Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Main schema ec2-2013-06-15.xsd
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Properties
attribute form default unqualified
element form default qualified
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeVolumes
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeVolumes_volumeSet 2013-06-15_.tmp#DescribeVolumes_filterSet
Properties
content complex
Model
Children tns:filterSet, tns:volumeSet
Instance
<tns:DescribeVolumes xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:volumeSet>{1,1}</tns:volumeSet>
  <tns:filterSet>{0,1}</tns:filterSet>
</tns:DescribeVolumes>
Source
<xs:element name="DescribeVolumes">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="volumeSet">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="item" minOccurs="0" maxOccurs="unbounded">
              <xs:complexType>
                <xs:sequence>
                  <xs:element type="xs:string" name="volumeId"/>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="filterSet" minOccurs="0">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="tns:filter" name="item" minOccurs="0" maxOccurs="unbounded"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeVolumes / tns:volumeSet
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeVolumes_DescribeVolumes_volumeSet_item
Properties
content complex
Model
Children tns:item
Instance
<tns:volumeSet xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:volumeSet>
Source
<xs:element name="volumeSet">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="item" minOccurs="0" maxOccurs="unbounded">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="xs:string" name="volumeId"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeVolumes / tns:volumeSet / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeVolumes_DescribeVolumes_volumeSet_DescribeVolumes_DescribeVolumes_volumeSet_item_volumeId
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:volumeId
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:volumeId>{1,1}</tns:volumeId>
</tns:item>
Source
<xs:element name="item" minOccurs="0" maxOccurs="unbounded">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="volumeId"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeVolumes / tns:volumeSet / tns:item / tns:volumeId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="volumeId"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeVolumes / tns:filterSet
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeVolumes_DescribeVolumes_filterSet_item
Properties
content complex
minOccurs 0
Model
Children tns:item
Instance
<tns:filterSet xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:filterSet>
Source
<xs:element name="filterSet" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="tns:filter" name="item" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeVolumes / tns:filterSet / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#filter_name 2013-06-15_.tmp#filter_valueSet 2013-06-15_.tmp#filter
Type tns:filter
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:name, tns:valueSet
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:name>{1,1}</tns:name>
  <tns:valueSet>{1,1}</tns:valueSet>
</tns:item>
Source
<xs:element type="tns:filter" name="item" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:filter / tns:name
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="name"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:filter / tns:valueSet
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#filter_filter_valueSet_item
Properties
content complex
Model
Children tns:item
Instance
<tns:valueSet xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:valueSet>
Source
<xs:element name="valueSet">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="item" minOccurs="0" maxOccurs="unbounded">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="xs:string" name="value"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:filter / tns:valueSet / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#filter_filter_valueSet_filter_filter_valueSet_item_value
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:value
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:value>{1,1}</tns:value>
</tns:item>
Source
<xs:element name="item" minOccurs="0" maxOccurs="unbounded">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="value"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:filter / tns:valueSet / tns:item / tns:value
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="value"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:ModifyInstanceAttribute
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#ModifyInstanceAttribute_instanceId 2013-06-15_.tmp#ModifyInstanceAttribute_instanceType 2013-06-15_.tmp#ModifyInstanceAttribute_kernel 2013-06-15_.tmp#ModifyInstanceAttribute_ramdisk 2013-06-15_.tmp#ModifyInstanceAttribute_userData 2013-06-15_.tmp#ModifyInstanceAttribute_disableApiTermination 2013-06-15_.tmp#ModifyInstanceAttribute_instanceInitiatedShutdownBehavior 2013-06-15_.tmp#ModifyInstanceAttribute_blockDeviceMapping
Properties
content complex
Model
Children tns:blockDeviceMapping, tns:disableApiTermination, tns:instanceId, tns:instanceInitiatedShutdownBehavior, tns:instanceType, tns:kernel, tns:ramdisk, tns:userData
Instance
<tns:ModifyInstanceAttribute xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:instanceId>{1,1}</tns:instanceId>
  <tns:instanceType>{0,1}</tns:instanceType>
  <tns:kernel>{0,1}</tns:kernel>
  <tns:ramdisk>{0,1}</tns:ramdisk>
  <tns:userData>{0,1}</tns:userData>
  <tns:disableApiTermination>{0,1}</tns:disableApiTermination>
  <tns:instanceInitiatedShutdownBehavior>{0,1}</tns:instanceInitiatedShutdownBehavior>
  <tns:blockDeviceMapping>{0,1}</tns:blockDeviceMapping>
</tns:ModifyInstanceAttribute>
Source
<xs:element name="ModifyInstanceAttribute">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="instanceId"/>
      <xs:sequence>
        <xs:element name="instanceType" minOccurs="0">
          <xs:complexType>
            <xs:sequence>
              <xs:element type="xs:string" name="value"/>
            </xs:sequence>
          </xs:complexType>
        </xs:element>
        <xs:element name="kernel" minOccurs="0">
          <xs:complexType>
            <xs:sequence>
              <xs:element type="xs:string" name="value"/>
            </xs:sequence>
          </xs:complexType>
        </xs:element>
        <xs:element name="ramdisk" minOccurs="0">
          <xs:complexType>
            <xs:sequence>
              <xs:element type="xs:string" name="value"/>
            </xs:sequence>
          </xs:complexType>
        </xs:element>
        <xs:element name="userData" minOccurs="0">
          <xs:complexType>
            <xs:sequence>
              <xs:element type="xs:string" name="value"/>
            </xs:sequence>
          </xs:complexType>
        </xs:element>
        <xs:element name="disableApiTermination" minOccurs="0">
          <xs:complexType>
            <xs:sequence>
              <xs:element type="xs:string" name="value"/>
            </xs:sequence>
          </xs:complexType>
        </xs:element>
        <xs:element name="instanceInitiatedShutdownBehavior" minOccurs="0">
          <xs:complexType>
            <xs:sequence>
              <xs:element type="xs:string" name="value"/>
            </xs:sequence>
          </xs:complexType>
        </xs:element>
      </xs:sequence>
      <xs:element name="blockDeviceMapping" minOccurs="0">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="tns:blockDeviceMappingItemType" name="item" minOccurs="0" maxOccurs="unbounded"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:ModifyInstanceAttribute / tns:instanceId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="instanceId"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:ModifyInstanceAttribute / tns:instanceType
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#ModifyInstanceAttribute_ModifyInstanceAttribute_instanceType_value
Properties
content complex
minOccurs 0
Model
Children tns:value
Instance
<tns:instanceType xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:value>{1,1}</tns:value>
</tns:instanceType>
Source
<xs:element name="instanceType" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="value"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:ModifyInstanceAttribute / tns:instanceType / tns:value
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="value"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:ModifyInstanceAttribute / tns:kernel
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#ModifyInstanceAttribute_ModifyInstanceAttribute_kernel_value
Properties
content complex
minOccurs 0
Model
Children tns:value
Instance
<tns:kernel xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:value>{1,1}</tns:value>
</tns:kernel>
Source
<xs:element name="kernel" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="value"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:ModifyInstanceAttribute / tns:kernel / tns:value
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="value"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:ModifyInstanceAttribute / tns:ramdisk
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#ModifyInstanceAttribute_ModifyInstanceAttribute_ramdisk_value
Properties
content complex
minOccurs 0
Model
Children tns:value
Instance
<tns:ramdisk xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:value>{1,1}</tns:value>
</tns:ramdisk>
Source
<xs:element name="ramdisk" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="value"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:ModifyInstanceAttribute / tns:ramdisk / tns:value
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="value"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:ModifyInstanceAttribute / tns:userData
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#ModifyInstanceAttribute_ModifyInstanceAttribute_userData_value
Properties
content complex
minOccurs 0
Model
Children tns:value
Instance
<tns:userData xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:value>{1,1}</tns:value>
</tns:userData>
Source
<xs:element name="userData" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="value"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:ModifyInstanceAttribute / tns:userData / tns:value
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="value"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:ModifyInstanceAttribute / tns:disableApiTermination
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#ModifyInstanceAttribute_ModifyInstanceAttribute_disableApiTermination_value
Properties
content complex
minOccurs 0
Model
Children tns:value
Instance
<tns:disableApiTermination xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:value>{1,1}</tns:value>
</tns:disableApiTermination>
Source
<xs:element name="disableApiTermination" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="value"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:ModifyInstanceAttribute / tns:disableApiTermination / tns:value
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="value"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:ModifyInstanceAttribute / tns:instanceInitiatedShutdownBehavior
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#ModifyInstanceAttribute_ModifyInstanceAttribute_instanceInitiatedShutdownBehavior_value
Properties
content complex
minOccurs 0
Model
Children tns:value
Instance
<tns:instanceInitiatedShutdownBehavior xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:value>{1,1}</tns:value>
</tns:instanceInitiatedShutdownBehavior>
Source
<xs:element name="instanceInitiatedShutdownBehavior" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="value"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:ModifyInstanceAttribute / tns:instanceInitiatedShutdownBehavior / tns:value
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="value"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:ModifyInstanceAttribute / tns:blockDeviceMapping
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#ModifyInstanceAttribute_ModifyInstanceAttribute_blockDeviceMapping_item
Properties
content complex
minOccurs 0
Model
Children tns:item
Instance
<tns:blockDeviceMapping xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:blockDeviceMapping>
Source
<xs:element name="blockDeviceMapping" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="tns:blockDeviceMappingItemType" name="item" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:ModifyInstanceAttribute / tns:blockDeviceMapping / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#blockDeviceMappingItemType_deviceName 2013-06-15_.tmp#blockDeviceMappingItemType_virtualName 2013-06-15_.tmp#blockDeviceMappingItemType_ebs 2013-06-15_.tmp#blockDeviceMappingItemType_noDevice 2013-06-15_.tmp#blockDeviceMappingItemType
Type tns:blockDeviceMappingItemType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:deviceName, tns:ebs, tns:noDevice, tns:virtualName
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:deviceName>{1,1}</tns:deviceName>
  <tns:virtualName>{0,1}</tns:virtualName>
  <tns:ebs>{0,1}</tns:ebs>
  <tns:noDevice>{0,1}</tns:noDevice>
</tns:item>
Source
<xs:element type="tns:blockDeviceMappingItemType" name="item" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:blockDeviceMappingItemType / tns:deviceName
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="deviceName"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:blockDeviceMappingItemType / tns:virtualName
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="virtualName" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:blockDeviceMappingItemType / tns:ebs
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#ebsDeviceMapping_virtualName 2013-06-15_.tmp#ebsDeviceMapping_snapshotId 2013-06-15_.tmp#ebsDeviceMapping_volumeSize 2013-06-15_.tmp#ebsDeviceMapping_deleteOnTermination 2013-06-15_.tmp#ebsDeviceMapping
Type tns:ebsDeviceMapping
Properties
content complex
minOccurs 0
Model
Children tns:deleteOnTermination, tns:snapshotId, tns:virtualName, tns:volumeSize
Instance
<tns:ebs xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:virtualName>{0,1}</tns:virtualName>
  <tns:snapshotId>{0,1}</tns:snapshotId>
  <tns:volumeSize>{0,1}</tns:volumeSize>
  <tns:deleteOnTermination>{0,1}</tns:deleteOnTermination>
</tns:ebs>
Source
<xs:element type="tns:ebsDeviceMapping" name="ebs" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:ebsDeviceMapping / tns:virtualName
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="virtualName" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:ebsDeviceMapping / tns:snapshotId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="snapshotId" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:ebsDeviceMapping / tns:volumeSize
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:int
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:int" name="volumeSize" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:ebsDeviceMapping / tns:deleteOnTermination
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:boolean
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:boolean" name="deleteOnTermination" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:blockDeviceMappingItemType / tns:noDevice
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Properties
minOccurs 0
Source
<xs:element name="noDevice" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:cidrIpType / tns:cidrIp
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="cidrIp"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:AllocateAddressResponse
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#AllocateAddressResponse_publicIp
Properties
content complex
Model
Children tns:publicIp
Instance
<tns:AllocateAddressResponse xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:publicIp>{1,1}</tns:publicIp>
</tns:AllocateAddressResponse>
Source
<xs:element name="AllocateAddressResponse">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="publicIp"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:AllocateAddressResponse / tns:publicIp
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="publicIp"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DeleteSecurityGroup
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DeleteSecurityGroup_groupId 2013-06-15_.tmp#DeleteSecurityGroup_groupName
Properties
content complex
Model
Children tns:groupId, tns:groupName
Instance
<tns:DeleteSecurityGroup xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:groupId>{0,1}</tns:groupId>
  <tns:groupName>{0,1}</tns:groupName>
</tns:DeleteSecurityGroup>
Source
<xs:element name="DeleteSecurityGroup">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="groupId" minOccurs="0"/>
      <xs:element type="xs:string" name="groupName" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DeleteSecurityGroup / tns:groupId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="groupId" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DeleteSecurityGroup / tns:groupName
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="groupName" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DeleteSecurityGroupResponse
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DeleteSecurityGroupResponse_return
Properties
content complex
Model
Children tns:return
Instance
<tns:DeleteSecurityGroupResponse xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:return>{1,1}</tns:return>
</tns:DeleteSecurityGroupResponse>
Source
<xs:element name="DeleteSecurityGroupResponse">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:boolean" name="return"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DeleteSecurityGroupResponse / tns:return
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:boolean
Properties
content simple
Source
<xs:element type="xs:boolean" name="return"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeVpcsResponseType
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Properties
content complex
Model
Source
<xs:element name="DescribeVpcsResponseType">
  <xs:complexType>
    <xs:sequence/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:instanceStatusEventsSetType / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#instanceStatusEventType_code 2013-06-15_.tmp#instanceStatusEventType_description 2013-06-15_.tmp#instanceStatusEventType_notBefore 2013-06-15_.tmp#instanceStatusEventType_notAfter 2013-06-15_.tmp#instanceStatusEventType
Type tns:instanceStatusEventType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:code, tns:description, tns:notAfter, tns:notBefore
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:code>{1,1}</tns:code>
  <tns:description>{1,1}</tns:description>
  <tns:notBefore>{1,1}</tns:notBefore>
  <tns:notAfter>{0,1}</tns:notAfter>
</tns:item>
Source
<xs:element type="tns:instanceStatusEventType" name="item" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:instanceStatusEventType / tns:code
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="code"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:instanceStatusEventType / tns:description
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="description"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:instanceStatusEventType / tns:notBefore
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:dateTime
Properties
content simple
Source
<xs:element type="xs:dateTime" name="notBefore"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:instanceStatusEventType / tns:notAfter
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:dateTime
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:dateTime" name="notAfter" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:AuthorizeSecurityGroupIngressResponse
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#AuthorizeSecurityGroupIngressResponse_return
Properties
content complex
Model
Children tns:return
Instance
<tns:AuthorizeSecurityGroupIngressResponse xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:return>{1,1}</tns:return>
</tns:AuthorizeSecurityGroupIngressResponse>
Source
<xs:element name="AuthorizeSecurityGroupIngressResponse">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:boolean" name="return"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:AuthorizeSecurityGroupIngressResponse / tns:return
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:boolean
Properties
content simple
Source
<xs:element type="xs:boolean" name="return"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeBundleTasksResponse
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeBundleTasksResponse_bundleInstanceTasksSet
Properties
content complex
Model
Children tns:bundleInstanceTasksSet
Instance
<tns:DescribeBundleTasksResponse xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:bundleInstanceTasksSet>{0,1}</tns:bundleInstanceTasksSet>
</tns:DescribeBundleTasksResponse>
Source
<xs:element name="DescribeBundleTasksResponse">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="bundleInstanceTasksSet" minOccurs="0">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="tns:bundleTask" name="item" minOccurs="0" maxOccurs="unbounded"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeBundleTasksResponse / tns:bundleInstanceTasksSet
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeBundleTasksResponse_DescribeBundleTasksResponse_bundleInstanceTasksSet_item
Properties
content complex
minOccurs 0
Model
Children tns:item
Instance
<tns:bundleInstanceTasksSet xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:bundleInstanceTasksSet>
Source
<xs:element name="bundleInstanceTasksSet" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="tns:bundleTask" name="item" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeBundleTasksResponse / tns:bundleInstanceTasksSet / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#bundleTask_instanceId 2013-06-15_.tmp#bundleTask_bundleId 2013-06-15_.tmp#bundleTask_state 2013-06-15_.tmp#bundleTask_startTime 2013-06-15_.tmp#bundleTask_updateTime 2013-06-15_.tmp#bundleTask_progress 2013-06-15_.tmp#bundleTask_storage 2013-06-15_.tmp#bundleTask
Type tns:bundleTask
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:bundleId, tns:instanceId, tns:progress, tns:startTime, tns:state, tns:storage, tns:updateTime
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:instanceId>{1,1}</tns:instanceId>
  <tns:bundleId>{1,1}</tns:bundleId>
  <tns:state>{1,1}</tns:state>
  <tns:startTime>{1,1}</tns:startTime>
  <tns:updateTime>{1,1}</tns:updateTime>
  <tns:progress>{1,1}</tns:progress>
  <tns:storage>{1,1}</tns:storage>
</tns:item>
Source
<xs:element type="tns:bundleTask" name="item" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:bundleTask / tns:instanceId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="instanceId"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:bundleTask / tns:bundleId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="bundleId"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:bundleTask / tns:state
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="state"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:bundleTask / tns:startTime
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:dateTime
Properties
content simple
Source
<xs:element type="xs:dateTime" name="startTime"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:bundleTask / tns:updateTime
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:dateTime
Properties
content simple
Source
<xs:element type="xs:dateTime" name="updateTime"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:bundleTask / tns:progress
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="progress"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:bundleTask / tns:storage
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#bundleTask_bundleTask_storage_S3
Properties
content complex
Model
Children tns:S3
Instance
<tns:storage xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:S3>{1,1}</tns:S3>
</tns:storage>
Source
<xs:element name="storage">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="S3">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="xs:string" name="bucket"/>
            <xs:element type="xs:string" name="prefix"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:bundleTask / tns:storage / tns:S3
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#bundleTask_bundleTask_storage_bundleTask_bundleTask_storage_S3_bucket 2013-06-15_.tmp#bundleTask_bundleTask_storage_bundleTask_bundleTask_storage_S3_prefix
Properties
content complex
Model
Children tns:bucket, tns:prefix
Instance
<tns:S3 xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:bucket>{1,1}</tns:bucket>
  <tns:prefix>{1,1}</tns:prefix>
</tns:S3>
Source
<xs:element name="S3">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="bucket"/>
      <xs:element type="xs:string" name="prefix"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:bundleTask / tns:storage / tns:S3 / tns:bucket
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="bucket"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:bundleTask / tns:storage / tns:S3 / tns:prefix
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="prefix"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:CreateSnapshot
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#CreateSnapshot_volumeId 2013-06-15_.tmp#CreateSnapshot_description
Properties
content complex
Model
Children tns:description, tns:volumeId
Instance
<tns:CreateSnapshot xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:volumeId>{1,1}</tns:volumeId>
  <tns:description>{0,1}</tns:description>
</tns:CreateSnapshot>
Source
<xs:element name="CreateSnapshot">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="volumeId"/>
      <xs:element type="xs:string" name="description" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:CreateSnapshot / tns:volumeId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="volumeId"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:CreateSnapshot / tns:description
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="description" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:ResetImageAttribute
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#ResetImageAttribute_imageId 2013-06-15_.tmp#ResetImageAttribute_launchPermission
Properties
content complex
Model
Children tns:imageId, tns:launchPermission
Instance
<tns:ResetImageAttribute xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:imageId>{1,1}</tns:imageId>
  <tns:launchPermission>{1,1}</tns:launchPermission>
</tns:ResetImageAttribute>
Source
<xs:element name="ResetImageAttribute">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="imageId"/>
      <xs:element type="xs:string" name="launchPermission"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:ResetImageAttribute / tns:imageId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="imageId"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:ResetImageAttribute / tns:launchPermission
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="launchPermission"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:ReleaseAddressResponse
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#ReleaseAddressResponse_return
Properties
content complex
Model
Children tns:return
Instance
<tns:ReleaseAddressResponse xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:return>{1,1}</tns:return>
</tns:ReleaseAddressResponse>
Source
<xs:element name="ReleaseAddressResponse">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:boolean" name="return"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:ReleaseAddressResponse / tns:return
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:boolean
Properties
content simple
Source
<xs:element type="xs:boolean" name="return"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:GetConsoleOutputResponse
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#GetConsoleOutputResponse_instanceId 2013-06-15_.tmp#GetConsoleOutputResponse_timestamp 2013-06-15_.tmp#GetConsoleOutputResponse_output
Properties
content complex
Model
Children tns:instanceId, tns:output, tns:timestamp
Instance
<tns:GetConsoleOutputResponse xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:instanceId>{0,1}</tns:instanceId>
  <tns:timestamp>{0,1}</tns:timestamp>
  <tns:output>{0,1}</tns:output>
</tns:GetConsoleOutputResponse>
Source
<xs:element name="GetConsoleOutputResponse">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="instanceId" minOccurs="0"/>
      <xs:element type="xs:dateTime" name="timestamp" minOccurs="0"/>
      <xs:element type="xs:string" name="output" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:GetConsoleOutputResponse / tns:instanceId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="instanceId" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:GetConsoleOutputResponse / tns:timestamp
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:dateTime
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:dateTime" name="timestamp" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:GetConsoleOutputResponse / tns:output
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="output" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:launchPermissionOperationType / tns:add
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#launchPermissionOperationType_launchPermissionOperationType_add_item
Properties
content complex
minOccurs 0
Model
Children tns:item
Instance
<tns:add xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:add>
Source
<xs:element name="add" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="tns:launchPermissionItemType" name="item" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:launchPermissionOperationType / tns:add / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#launchPermissionItemType_userId 2013-06-15_.tmp#launchPermissionItemType_group 2013-06-15_.tmp#launchPermissionItemType
Type tns:launchPermissionItemType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:group, tns:userId
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:userId>{0,1}</tns:userId>
  <tns:group>{0,1}</tns:group>
</tns:item>
Source
<xs:element type="tns:launchPermissionItemType" name="item" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:launchPermissionItemType / tns:userId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="userId" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:launchPermissionItemType / tns:group
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="group" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:launchPermissionOperationType / tns:remove
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#launchPermissionOperationType_launchPermissionOperationType_remove_item
Properties
content complex
minOccurs 0
Model
Children tns:item
Instance
<tns:remove xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:remove>
Source
<xs:element name="remove" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="tns:launchPermissionItemType" name="item" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:launchPermissionOperationType / tns:remove / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#launchPermissionItemType_userId 2013-06-15_.tmp#launchPermissionItemType_group 2013-06-15_.tmp#launchPermissionItemType
Type tns:launchPermissionItemType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:group, tns:userId
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:userId>{0,1}</tns:userId>
  <tns:group>{0,1}</tns:group>
</tns:item>
Source
<xs:element type="tns:launchPermissionItemType" name="item" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:ImportKeyPair
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#ImportKeyPair_keyName 2013-06-15_.tmp#ImportKeyPair_publicKeyMaterial
Properties
content complex
Model
Children tns:keyName, tns:publicKeyMaterial
Instance
<tns:ImportKeyPair xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:keyName>{1,1}</tns:keyName>
  <tns:publicKeyMaterial>{1,1}</tns:publicKeyMaterial>
</tns:ImportKeyPair>
Source
<xs:element name="ImportKeyPair">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="keyName"/>
      <xs:element type="xs:string" name="publicKeyMaterial"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:ImportKeyPair / tns:keyName
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="keyName"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:ImportKeyPair / tns:publicKeyMaterial
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="publicKeyMaterial"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeTagsResponse
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#eucalyptusMessage 2013-06-15_.tmp#DescribeTagsResponse_tagSet
Type extension of tns:eucalyptusMessage
Type hierarchy
Properties
content complex
Model
Children tns:tagSet
Instance
<tns:DescribeTagsResponse xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:tagSet>{0,1}</tns:tagSet>
</tns:DescribeTagsResponse>
Source
<xs:element name="DescribeTagsResponse">
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="tns:eucalyptusMessage">
        <xs:sequence>
          <xs:element name="tagSet" minOccurs="0">
            <xs:complexType>
              <xs:sequence>
                <xs:element type="tns:tagInfo" name="item" minOccurs="0" maxOccurs="unbounded"/>
              </xs:sequence>
            </xs:complexType>
          </xs:element>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeTagsResponse / tns:tagSet
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeTagsResponse_DescribeTagsResponse_tagSet_item
Properties
content complex
minOccurs 0
Model
Children tns:item
Instance
<tns:tagSet xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:tagSet>
Source
<xs:element name="tagSet" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="tns:tagInfo" name="item" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeTagsResponse / tns:tagSet / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#tagInfo_resourceId 2013-06-15_.tmp#tagInfo_resourceType 2013-06-15_.tmp#tagInfo_key 2013-06-15_.tmp#tagInfo_value 2013-06-15_.tmp#tagInfo
Type tns:tagInfo
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:key, tns:resourceId, tns:resourceType, tns:value
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:resourceId>{1,1}</tns:resourceId>
  <tns:resourceType>{1,1}</tns:resourceType>
  <tns:key>{1,1}</tns:key>
  <tns:value>{1,1}</tns:value>
</tns:item>
Source
<xs:element type="tns:tagInfo" name="item" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:tagInfo / tns:resourceId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="resourceId"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:tagInfo / tns:resourceType
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="resourceType"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:tagInfo / tns:key
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="key"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:tagInfo / tns:value
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="value"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:ModifySnapshotAttribute
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#ModifySnapshotAttribute_snapshotId 2013-06-15_.tmp#ModifySnapshotAttribute_createVolumePermission
Properties
content complex
Model
Children tns:createVolumePermission, tns:snapshotId
Instance
<tns:ModifySnapshotAttribute xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:snapshotId>{1,1}</tns:snapshotId>
  <tns:createVolumePermission>{0,1}</tns:createVolumePermission>
</tns:ModifySnapshotAttribute>
Source
<xs:element name="ModifySnapshotAttribute">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="snapshotId"/>
      <xs:element name="createVolumePermission" minOccurs="0">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="add" minOccurs="0">
              <xs:complexType>
                <xs:sequence>
                  <xs:element type="tns:volumePermissionType" name="item" minOccurs="0" maxOccurs="unbounded"/>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
            <xs:element name="remove" minOccurs="0">
              <xs:complexType>
                <xs:sequence>
                  <xs:element type="tns:volumePermissionType" name="item" minOccurs="0" maxOccurs="unbounded"/>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:ModifySnapshotAttribute / tns:snapshotId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="snapshotId"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:ModifySnapshotAttribute / tns:createVolumePermission
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#ModifySnapshotAttribute_ModifySnapshotAttribute_createVolumePermission_add 2013-06-15_.tmp#ModifySnapshotAttribute_ModifySnapshotAttribute_createVolumePermission_remove
Properties
content complex
minOccurs 0
Model
Children tns:add, tns:remove
Instance
<tns:createVolumePermission xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:add>{0,1}</tns:add>
  <tns:remove>{0,1}</tns:remove>
</tns:createVolumePermission>
Source
<xs:element name="createVolumePermission" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="add" minOccurs="0">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="tns:volumePermissionType" name="item" minOccurs="0" maxOccurs="unbounded"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="remove" minOccurs="0">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="tns:volumePermissionType" name="item" minOccurs="0" maxOccurs="unbounded"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:ModifySnapshotAttribute / tns:createVolumePermission / tns:add
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#ModifySnapshotAttribute_ModifySnapshotAttribute_createVolumePermission_ModifySnapshotAttribute_ModifySnapshotAttribute_createVolumePermission_add_item
Properties
content complex
minOccurs 0
Model
Children tns:item
Instance
<tns:add xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:add>
Source
<xs:element name="add" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="tns:volumePermissionType" name="item" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:ModifySnapshotAttribute / tns:createVolumePermission / tns:add / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#volumePermissionType_userId 2013-06-15_.tmp#volumePermissionType_group 2013-06-15_.tmp#volumePermissionType
Type tns:volumePermissionType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:group, tns:userId
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:userId>{0,1}</tns:userId>
  <tns:group>{0,1}</tns:group>
</tns:item>
Source
<xs:element type="tns:volumePermissionType" name="item" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:volumePermissionType / tns:userId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="userId" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:volumePermissionType / tns:group
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="group" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:ModifySnapshotAttribute / tns:createVolumePermission / tns:remove
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#ModifySnapshotAttribute_ModifySnapshotAttribute_createVolumePermission_ModifySnapshotAttribute_ModifySnapshotAttribute_createVolumePermission_remove_item
Properties
content complex
minOccurs 0
Model
Children tns:item
Instance
<tns:remove xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:remove>
Source
<xs:element name="remove" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="tns:volumePermissionType" name="item" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:ModifySnapshotAttribute / tns:createVolumePermission / tns:remove / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#volumePermissionType_userId 2013-06-15_.tmp#volumePermissionType_group 2013-06-15_.tmp#volumePermissionType
Type tns:volumePermissionType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:group, tns:userId
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:userId>{0,1}</tns:userId>
  <tns:group>{0,1}</tns:group>
</tns:item>
Source
<xs:element type="tns:volumePermissionType" name="item" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeInstanceStatus
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeInstanceStatus_instancesSet 2013-06-15_.tmp#DescribeInstanceStatus_filterSet 2013-06-15_.tmp#DescribeInstanceStatus_nextToken 2013-06-15_.tmp#DescribeInstanceStatus_maxResults 2013-06-15_.tmp#DescribeInstanceStatus_includeAllInstances
Properties
content complex
Model
Children tns:filterSet, tns:includeAllInstances, tns:instancesSet, tns:maxResults, tns:nextToken
Instance
<tns:DescribeInstanceStatus xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:instancesSet>{1,1}</tns:instancesSet>
  <tns:filterSet>{0,1}</tns:filterSet>
  <tns:nextToken>{0,1}</tns:nextToken>
  <tns:maxResults>{0,1}</tns:maxResults>
  <tns:includeAllInstances>{0,1}</tns:includeAllInstances>
</tns:DescribeInstanceStatus>
Source
<xs:element name="DescribeInstanceStatus">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="instancesSet">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="item" minOccurs="0" maxOccurs="unbounded">
              <xs:complexType>
                <xs:sequence>
                  <xs:element type="xs:string" name="instanceId"/>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="filterSet" minOccurs="0">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="tns:filter" name="item" minOccurs="0" maxOccurs="unbounded"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element type="xs:string" name="nextToken" minOccurs="0"/>
      <xs:element type="xs:int" name="maxResults" minOccurs="0"/>
      <xs:element type="xs:boolean" name="includeAllInstances" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeInstanceStatus / tns:instancesSet
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeInstanceStatus_DescribeInstanceStatus_instancesSet_item
Properties
content complex
Model
Children tns:item
Instance
<tns:instancesSet xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:instancesSet>
Source
<xs:element name="instancesSet">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="item" minOccurs="0" maxOccurs="unbounded">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="xs:string" name="instanceId"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeInstanceStatus / tns:instancesSet / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeInstanceStatus_DescribeInstanceStatus_instancesSet_DescribeInstanceStatus_DescribeInstanceStatus_instancesSet_item_instanceId
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:instanceId
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:instanceId>{1,1}</tns:instanceId>
</tns:item>
Source
<xs:element name="item" minOccurs="0" maxOccurs="unbounded">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="instanceId"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeInstanceStatus / tns:instancesSet / tns:item / tns:instanceId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="instanceId"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeInstanceStatus / tns:filterSet
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeInstanceStatus_DescribeInstanceStatus_filterSet_item
Properties
content complex
minOccurs 0
Model
Children tns:item
Instance
<tns:filterSet xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:filterSet>
Source
<xs:element name="filterSet" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="tns:filter" name="item" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeInstanceStatus / tns:filterSet / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#filter_name 2013-06-15_.tmp#filter_valueSet 2013-06-15_.tmp#filter
Type tns:filter
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:name, tns:valueSet
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:name>{1,1}</tns:name>
  <tns:valueSet>{1,1}</tns:valueSet>
</tns:item>
Source
<xs:element type="tns:filter" name="item" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeInstanceStatus / tns:nextToken
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="nextToken" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeInstanceStatus / tns:maxResults
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:int
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:int" name="maxResults" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeInstanceStatus / tns:includeAllInstances
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:boolean
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:boolean" name="includeAllInstances" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:attachedVolume / tns:volumeId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="volumeId"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:attachedVolume / tns:instanceId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="instanceId"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:attachedVolume / tns:device
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="device"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:attachedVolume / tns:status
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="status"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:attachedVolume / tns:attachTime
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:dateTime
Properties
content simple
Source
<xs:element type="xs:dateTime" name="attachTime"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DeleteKeyPairResponse
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DeleteKeyPairResponse_return
Properties
content complex
Model
Children tns:return
Instance
<tns:DeleteKeyPairResponse xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:return>{1,1}</tns:return>
</tns:DeleteKeyPairResponse>
Source
<xs:element name="DeleteKeyPairResponse">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:boolean" name="return"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DeleteKeyPairResponse / tns:return
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:boolean
Properties
content simple
Source
<xs:element type="xs:boolean" name="return"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:CancelBundleTask
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#CancelBundleTask_bundleId
Properties
content complex
Model
Children tns:bundleId
Instance
<tns:CancelBundleTask xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:bundleId>{1,1}</tns:bundleId>
</tns:CancelBundleTask>
Source
<xs:element name="CancelBundleTask">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="bundleId"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:CancelBundleTask / tns:bundleId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="bundleId"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:CreatePlacementGroup
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#CreatePlacementGroup_groupName 2013-06-15_.tmp#CreatePlacementGroup_strategy
Properties
content complex
Model
Children tns:groupName, tns:strategy
Instance
<tns:CreatePlacementGroup xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:groupName>{1,1}</tns:groupName>
  <tns:strategy>{1,1}</tns:strategy>
</tns:CreatePlacementGroup>
Source
<xs:element name="CreatePlacementGroup">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="groupName"/>
      <xs:element type="xs:string" name="strategy"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:CreatePlacementGroup / tns:groupName
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="groupName"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:CreatePlacementGroup / tns:strategy
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="strategy"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeImagesResponse
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeImagesResponse_imagesSet
Properties
content complex
Model
Children tns:imagesSet
Instance
<tns:DescribeImagesResponse xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:imagesSet>{0,1}</tns:imagesSet>
</tns:DescribeImagesResponse>
Source
<xs:element name="DescribeImagesResponse">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="imagesSet" minOccurs="0">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="tns:imageDetails" name="item" minOccurs="0" maxOccurs="unbounded"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeImagesResponse / tns:imagesSet
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeImagesResponse_DescribeImagesResponse_imagesSet_item
Properties
content complex
minOccurs 0
Model
Children tns:item
Instance
<tns:imagesSet xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:imagesSet>
Source
<xs:element name="imagesSet" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="tns:imageDetails" name="item" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeImagesResponse / tns:imagesSet / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#imageDetails_imageId 2013-06-15_.tmp#imageDetails_imageLocation 2013-06-15_.tmp#imageDetails_imageState 2013-06-15_.tmp#imageDetails_imageOwnerId 2013-06-15_.tmp#imageDetails_isPublic 2013-06-15_.tmp#imageDetails_productCodes 2013-06-15_.tmp#imageDetails_architecture 2013-06-15_.tmp#imageDetails_imageType 2013-06-15_.tmp#imageDetails_kernelId 2013-06-15_.tmp#imageDetails_ramdiskId 2013-06-15_.tmp#imageDetails_platform 2013-06-15_.tmp#imageDetails_imageOwnerAlias 2013-06-15_.tmp#imageDetails_name 2013-06-15_.tmp#imageDetails_description 2013-06-15_.tmp#imageDetails_rootDeviceType 2013-06-15_.tmp#imageDetails_rootDeviceName 2013-06-15_.tmp#imageDetails_blockDeviceMapping 2013-06-15_.tmp#imageDetails_tagSet 2013-06-15_.tmp#imageDetails
Type tns:imageDetails
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:architecture, tns:blockDeviceMapping, tns:description, tns:imageId, tns:imageLocation, tns:imageOwnerAlias, tns:imageOwnerId, tns:imageState, tns:imageType, tns:isPublic, tns:kernelId, tns:name, tns:platform, tns:productCodes, tns:ramdiskId, tns:rootDeviceName, tns:rootDeviceType, tns:tagSet
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:imageId>{1,1}</tns:imageId>
  <tns:imageLocation>{1,1}</tns:imageLocation>
  <tns:imageState>{1,1}</tns:imageState>
  <tns:imageOwnerId>{1,1}</tns:imageOwnerId>
  <tns:isPublic>{1,1}</tns:isPublic>
  <tns:productCodes>{1,1}</tns:productCodes>
  <tns:architecture>{0,1}</tns:architecture>
  <tns:imageType>{0,1}</tns:imageType>
  <tns:kernelId>{0,1}</tns:kernelId>
  <tns:ramdiskId>{0,1}</tns:ramdiskId>
  <tns:platform>{0,1}</tns:platform>
  <tns:imageOwnerAlias>{0,1}</tns:imageOwnerAlias>
  <tns:name>{0,1}</tns:name>
  <tns:description>{0,1}</tns:description>
  <tns:rootDeviceType>{0,1}</tns:rootDeviceType>
  <tns:rootDeviceName>{0,1}</tns:rootDeviceName>
  <tns:blockDeviceMapping>{0,1}</tns:blockDeviceMapping>
  <tns:tagSet>{0,1}</tns:tagSet>
</tns:item>
Source
<xs:element type="tns:imageDetails" name="item" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:imageDetails / tns:imageId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="imageId"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:imageDetails / tns:imageLocation
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="imageLocation"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:imageDetails / tns:imageState
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="imageState"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:imageDetails / tns:imageOwnerId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="imageOwnerId"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:imageDetails / tns:isPublic
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:boolean
Properties
content simple
Source
<xs:element type="xs:boolean" name="isPublic"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:imageDetails / tns:productCodes
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#imageDetails_imageDetails_productCodes_item
Properties
content complex
Model
Children tns:item
Instance
<tns:productCodes xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:productCodes>
Source
<xs:element name="productCodes">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="item" minOccurs="0" maxOccurs="unbounded">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="xs:string" name="productCode"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:imageDetails / tns:productCodes / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#imageDetails_imageDetails_productCodes_imageDetails_imageDetails_productCodes_item_productCode
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:productCode
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:productCode>{1,1}</tns:productCode>
</tns:item>
Source
<xs:element name="item" minOccurs="0" maxOccurs="unbounded">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="productCode"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:imageDetails / tns:productCodes / tns:item / tns:productCode
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="productCode"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:imageDetails / tns:architecture
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="architecture" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:imageDetails / tns:imageType
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="imageType" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:imageDetails / tns:kernelId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="kernelId" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:imageDetails / tns:ramdiskId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="ramdiskId" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:imageDetails / tns:platform
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="platform" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:imageDetails / tns:imageOwnerAlias
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="imageOwnerAlias" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:imageDetails / tns:name
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="name" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:imageDetails / tns:description
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="description" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:imageDetails / tns:rootDeviceType
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="rootDeviceType" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:imageDetails / tns:rootDeviceName
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="rootDeviceName" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:imageDetails / tns:blockDeviceMapping
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#imageDetails_imageDetails_blockDeviceMapping_item
Properties
content complex
minOccurs 0
Model
Children tns:item
Instance
<tns:blockDeviceMapping xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:blockDeviceMapping>
Source
<xs:element name="blockDeviceMapping" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="tns:blockDeviceMappingItemType" name="item" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:imageDetails / tns:blockDeviceMapping / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#blockDeviceMappingItemType_deviceName 2013-06-15_.tmp#blockDeviceMappingItemType_virtualName 2013-06-15_.tmp#blockDeviceMappingItemType_ebs 2013-06-15_.tmp#blockDeviceMappingItemType_noDevice 2013-06-15_.tmp#blockDeviceMappingItemType
Type tns:blockDeviceMappingItemType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:deviceName, tns:ebs, tns:noDevice, tns:virtualName
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:deviceName>{1,1}</tns:deviceName>
  <tns:virtualName>{0,1}</tns:virtualName>
  <tns:ebs>{0,1}</tns:ebs>
  <tns:noDevice>{0,1}</tns:noDevice>
</tns:item>
Source
<xs:element type="tns:blockDeviceMappingItemType" name="item" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:imageDetails / tns:tagSet
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#imageDetails_imageDetails_tagSet_item
Properties
content complex
minOccurs 0
Model
Children tns:item
Instance
<tns:tagSet xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:tagSet>
Source
<xs:element name="tagSet" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="tns:resourceTag" name="item" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:imageDetails / tns:tagSet / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#resourceTag_key 2013-06-15_.tmp#resourceTag_value 2013-06-15_.tmp#resourceTag
Type tns:resourceTag
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:key, tns:value
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:key>{1,1}</tns:key>
  <tns:value>{1,1}</tns:value>
</tns:item>
Source
<xs:element type="tns:resourceTag" name="item" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:resourceTag / tns:key
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="key"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:resourceTag / tns:value
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="value"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DeleteSnapshotResponse
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DeleteSnapshotResponse_return
Properties
content complex
Model
Children tns:return
Instance
<tns:DeleteSnapshotResponse xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:return>{1,1}</tns:return>
</tns:DeleteSnapshotResponse>
Source
<xs:element name="DeleteSnapshotResponse">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:boolean" name="return"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DeleteSnapshotResponse / tns:return
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:boolean
Properties
content simple
Source
<xs:element type="xs:boolean" name="return"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:instanceStatusItemType / tns:instanceId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="instanceId"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:instanceStatusItemType / tns:availabilityZone
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="availabilityZone"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:instanceStatusItemType / tns:eventsSet
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#instanceStatusEventsSetType_item 2013-06-15_.tmp#instanceStatusEventsSetType
Type tns:instanceStatusEventsSetType
Properties
content complex
minOccurs 0
Model
Children tns:item
Instance
<tns:eventsSet xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:eventsSet>
Source
<xs:element type="tns:instanceStatusEventsSetType" name="eventsSet" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:instanceStatusItemType / tns:instanceState
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#instanceStateType_code 2013-06-15_.tmp#instanceStateType_name 2013-06-15_.tmp#instanceStateType
Type tns:instanceStateType
Properties
content complex
Model
Children tns:code, tns:name
Instance
<tns:instanceState xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:code>{1,1}</tns:code>
  <tns:name>{1,1}</tns:name>
</tns:instanceState>
Source
<xs:element type="tns:instanceStateType" name="instanceState"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:instanceStateType / tns:code
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:int
Properties
content simple
Source
<xs:element type="xs:int" name="code"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:instanceStateType / tns:name
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="name"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:instanceStatusItemType / tns:systemStatus
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#instanceStatusType_status 2013-06-15_.tmp#instanceStatusType_details 2013-06-15_.tmp#instanceStatusType
Type tns:instanceStatusType
Properties
content complex
Model
Children tns:details, tns:status
Instance
<tns:systemStatus xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:status>{1,1}</tns:status>
  <tns:details>{0,1}</tns:details>
</tns:systemStatus>
Source
<xs:element type="tns:instanceStatusType" name="systemStatus"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:instanceStatusType / tns:status
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="status"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:instanceStatusType / tns:details
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#instanceStatusDetailsSetType_item 2013-06-15_.tmp#instanceStatusDetailsSetType
Type tns:instanceStatusDetailsSetType
Properties
content complex
minOccurs 0
Model
Children tns:item
Instance
<tns:details xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:details>
Source
<xs:element type="tns:instanceStatusDetailsSetType" name="details" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:instanceStatusDetailsSetType / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#instanceStatusDetailsSetItemType_name 2013-06-15_.tmp#instanceStatusDetailsSetItemType_status 2013-06-15_.tmp#instanceStatusDetailsSetItemType_impairedSince 2013-06-15_.tmp#instanceStatusDetailsSetItemType
Type tns:instanceStatusDetailsSetItemType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:impairedSince, tns:name, tns:status
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:name>{1,1}</tns:name>
  <tns:status>{1,1}</tns:status>
  <tns:impairedSince>{0,1}</tns:impairedSince>
</tns:item>
Source
<xs:element type="tns:instanceStatusDetailsSetItemType" name="item" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:instanceStatusDetailsSetItemType / tns:name
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="name"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:instanceStatusDetailsSetItemType / tns:status
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="status"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:instanceStatusDetailsSetItemType / tns:impairedSince
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:dateTime
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:dateTime" name="impairedSince" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:instanceStatusItemType / tns:instanceStatus
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#instanceStatusType_status 2013-06-15_.tmp#instanceStatusType_details 2013-06-15_.tmp#instanceStatusType
Type tns:instanceStatusType
Properties
content complex
Model
Children tns:details, tns:status
Instance
<tns:instanceStatus xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:status>{1,1}</tns:status>
  <tns:details>{0,1}</tns:details>
</tns:instanceStatus>
Source
<xs:element type="tns:instanceStatusType" name="instanceStatus"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:StartInstances
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#StartInstances_instancesSet
Properties
content complex
Model
Children tns:instancesSet
Instance
<tns:StartInstances xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:instancesSet>{1,1}</tns:instancesSet>
</tns:StartInstances>
Source
<xs:element name="StartInstances">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="instancesSet">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="item" minOccurs="0" maxOccurs="unbounded">
              <xs:complexType>
                <xs:sequence>
                  <xs:element type="xs:string" name="instanceId"/>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:StartInstances / tns:instancesSet
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#StartInstances_StartInstances_instancesSet_item
Properties
content complex
Model
Children tns:item
Instance
<tns:instancesSet xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:instancesSet>
Source
<xs:element name="instancesSet">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="item" minOccurs="0" maxOccurs="unbounded">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="xs:string" name="instanceId"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:StartInstances / tns:instancesSet / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#StartInstances_StartInstances_instancesSet_StartInstances_StartInstances_instancesSet_item_instanceId
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:instanceId
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:instanceId>{1,1}</tns:instanceId>
</tns:item>
Source
<xs:element name="item" minOccurs="0" maxOccurs="unbounded">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="instanceId"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:StartInstances / tns:instancesSet / tns:item / tns:instanceId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="instanceId"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:MonitorInstances
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#MonitorInstances_instancesSet
Properties
content complex
Model
Children tns:instancesSet
Instance
<tns:MonitorInstances xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:instancesSet>{1,1}</tns:instancesSet>
</tns:MonitorInstances>
Source
<xs:element name="MonitorInstances">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="instancesSet">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="item" minOccurs="0" maxOccurs="unbounded">
              <xs:complexType>
                <xs:sequence>
                  <xs:element type="xs:string" name="instanceId"/>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:MonitorInstances / tns:instancesSet
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#MonitorInstances_MonitorInstances_instancesSet_item
Properties
content complex
Model
Children tns:item
Instance
<tns:instancesSet xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:instancesSet>
Source
<xs:element name="instancesSet">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="item" minOccurs="0" maxOccurs="unbounded">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="xs:string" name="instanceId"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:MonitorInstances / tns:instancesSet / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#MonitorInstances_MonitorInstances_instancesSet_MonitorInstances_MonitorInstances_instancesSet_item_instanceId
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:instanceId
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:instanceId>{1,1}</tns:instanceId>
</tns:item>
Source
<xs:element name="item" minOccurs="0" maxOccurs="unbounded">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="instanceId"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:MonitorInstances / tns:instancesSet / tns:item / tns:instanceId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="instanceId"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeInstances
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeInstances_instancesSet 2013-06-15_.tmp#DescribeInstances_filterSet
Properties
content complex
Model
Children tns:filterSet, tns:instancesSet
Instance
<tns:DescribeInstances xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:instancesSet>{1,1}</tns:instancesSet>
  <tns:filterSet>{0,1}</tns:filterSet>
</tns:DescribeInstances>
Source
<xs:element name="DescribeInstances">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="instancesSet">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="item" minOccurs="0" maxOccurs="unbounded">
              <xs:complexType>
                <xs:sequence>
                  <xs:element type="xs:string" name="instanceId"/>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="filterSet" minOccurs="0">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="tns:filter" name="item" minOccurs="0" maxOccurs="unbounded"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeInstances / tns:instancesSet
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeInstances_DescribeInstances_instancesSet_item
Properties
content complex
Model
Children tns:item
Instance
<tns:instancesSet xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:instancesSet>
Source
<xs:element name="instancesSet">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="item" minOccurs="0" maxOccurs="unbounded">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="xs:string" name="instanceId"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeInstances / tns:instancesSet / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeInstances_DescribeInstances_instancesSet_DescribeInstances_DescribeInstances_instancesSet_item_instanceId
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:instanceId
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:instanceId>{1,1}</tns:instanceId>
</tns:item>
Source
<xs:element name="item" minOccurs="0" maxOccurs="unbounded">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="instanceId"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeInstances / tns:instancesSet / tns:item / tns:instanceId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="instanceId"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeInstances / tns:filterSet
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeInstances_DescribeInstances_filterSet_item
Properties
content complex
minOccurs 0
Model
Children tns:item
Instance
<tns:filterSet xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:filterSet>
Source
<xs:element name="filterSet" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="tns:filter" name="item" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeInstances / tns:filterSet / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#filter_name 2013-06-15_.tmp#filter_valueSet 2013-06-15_.tmp#filter
Type tns:filter
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:name, tns:valueSet
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:name>{1,1}</tns:name>
  <tns:valueSet>{1,1}</tns:valueSet>
</tns:item>
Source
<xs:element type="tns:filter" name="item" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeKeyPairsResponse
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeKeyPairsResponse_keySet
Properties
content complex
Model
Children tns:keySet
Instance
<tns:DescribeKeyPairsResponse xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:keySet>{1,1}</tns:keySet>
</tns:DescribeKeyPairsResponse>
Source
<xs:element name="DescribeKeyPairsResponse">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="keySet">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="tns:describeKeyPairsResponseItemType" name="item" minOccurs="0" maxOccurs="unbounded"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeKeyPairsResponse / tns:keySet
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeKeyPairsResponse_DescribeKeyPairsResponse_keySet_item
Properties
content complex
Model
Children tns:item
Instance
<tns:keySet xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:keySet>
Source
<xs:element name="keySet">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="tns:describeKeyPairsResponseItemType" name="item" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeKeyPairsResponse / tns:keySet / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#describeKeyPairsResponseItemType_keyName 2013-06-15_.tmp#describeKeyPairsResponseItemType_keyFingerprint 2013-06-15_.tmp#describeKeyPairsResponseItemType
Type tns:describeKeyPairsResponseItemType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:keyFingerprint, tns:keyName
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:keyName>{1,1}</tns:keyName>
  <tns:keyFingerprint>{1,1}</tns:keyFingerprint>
</tns:item>
Source
<xs:element type="tns:describeKeyPairsResponseItemType" name="item" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:describeKeyPairsResponseItemType / tns:keyName
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="keyName"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:describeKeyPairsResponseItemType / tns:keyFingerprint
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="keyFingerprint"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DeletePlacementGroup
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DeletePlacementGroup_groupName
Properties
content complex
Model
Children tns:groupName
Instance
<tns:DeletePlacementGroup xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:groupName>{1,1}</tns:groupName>
</tns:DeletePlacementGroup>
Source
<xs:element name="DeletePlacementGroup">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="groupName"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DeletePlacementGroup / tns:groupName
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="groupName"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DeleteKeyPair
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DeleteKeyPair_keyName
Properties
content complex
Model
Children tns:keyName
Instance
<tns:DeleteKeyPair xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:keyName>{1,1}</tns:keyName>
</tns:DeleteKeyPair>
Source
<xs:element name="DeleteKeyPair">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="keyName"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DeleteKeyPair / tns:keyName
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="keyName"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:CreateTags
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#eucalyptusMessage 2013-06-15_.tmp#CreateTags_resourcesSet 2013-06-15_.tmp#CreateTags_tagSet
Type extension of tns:eucalyptusMessage
Type hierarchy
Properties
content complex
Model
Children tns:resourcesSet, tns:tagSet
Instance
<tns:CreateTags xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:resourcesSet>{1,1}</tns:resourcesSet>
  <tns:tagSet>{0,1}</tns:tagSet>
</tns:CreateTags>
Source
<xs:element name="CreateTags">
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="tns:eucalyptusMessage">
        <xs:sequence>
          <xs:element name="resourcesSet">
            <xs:complexType>
              <xs:sequence>
                <xs:element name="item" minOccurs="0" maxOccurs="unbounded">
                  <xs:complexType>
                    <xs:sequence>
                      <xs:element type="xs:string" name="resourceId"/>
                    </xs:sequence>
                  </xs:complexType>
                </xs:element>
              </xs:sequence>
            </xs:complexType>
          </xs:element>
          <xs:element name="tagSet" minOccurs="0">
            <xs:complexType>
              <xs:sequence>
                <xs:element type="tns:resourceTag" name="item" minOccurs="0" maxOccurs="unbounded"/>
              </xs:sequence>
            </xs:complexType>
          </xs:element>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:CreateTags / tns:resourcesSet
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#CreateTags_CreateTags_resourcesSet_item
Properties
content complex
Model
Children tns:item
Instance
<tns:resourcesSet xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:resourcesSet>
Source
<xs:element name="resourcesSet">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="item" minOccurs="0" maxOccurs="unbounded">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="xs:string" name="resourceId"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:CreateTags / tns:resourcesSet / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#CreateTags_CreateTags_resourcesSet_CreateTags_CreateTags_resourcesSet_item_resourceId
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:resourceId
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:resourceId>{1,1}</tns:resourceId>
</tns:item>
Source
<xs:element name="item" minOccurs="0" maxOccurs="unbounded">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="resourceId"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:CreateTags / tns:resourcesSet / tns:item / tns:resourceId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="resourceId"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:CreateTags / tns:tagSet
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#CreateTags_CreateTags_tagSet_item
Properties
content complex
minOccurs 0
Model
Children tns:item
Instance
<tns:tagSet xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:tagSet>
Source
<xs:element name="tagSet" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="tns:resourceTag" name="item" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:CreateTags / tns:tagSet / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#resourceTag_key 2013-06-15_.tmp#resourceTag_value 2013-06-15_.tmp#resourceTag
Type tns:resourceTag
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:key, tns:value
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:key>{1,1}</tns:key>
  <tns:value>{1,1}</tns:value>
</tns:item>
Source
<xs:element type="tns:resourceTag" name="item" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeAddresses
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeAddresses_publicIpsSet 2013-06-15_.tmp#DescribeAddresses_allocationIdsSet 2013-06-15_.tmp#DescribeAddresses_filterSet
Properties
content complex
Model
Children tns:allocationIdsSet, tns:filterSet, tns:publicIpsSet
Instance
<tns:DescribeAddresses xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:publicIpsSet>{1,1}</tns:publicIpsSet>
  <tns:allocationIdsSet>{0,1}</tns:allocationIdsSet>
  <tns:filterSet>{0,1}</tns:filterSet>
</tns:DescribeAddresses>
Source
<xs:element name="DescribeAddresses">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="publicIpsSet">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="item" minOccurs="0" maxOccurs="unbounded">
              <xs:complexType>
                <xs:sequence>
                  <xs:element type="xs:string" name="publicIp"/>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="allocationIdsSet" minOccurs="0">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="item" minOccurs="0" maxOccurs="unbounded">
              <xs:complexType>
                <xs:sequence>
                  <xs:element type="xs:string" name="allocationId"/>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="filterSet" minOccurs="0">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="tns:filter" name="item" minOccurs="0" maxOccurs="unbounded"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeAddresses / tns:publicIpsSet
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeAddresses_DescribeAddresses_publicIpsSet_item
Properties
content complex
Model
Children tns:item
Instance
<tns:publicIpsSet xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:publicIpsSet>
Source
<xs:element name="publicIpsSet">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="item" minOccurs="0" maxOccurs="unbounded">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="xs:string" name="publicIp"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeAddresses / tns:publicIpsSet / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeAddresses_DescribeAddresses_publicIpsSet_DescribeAddresses_DescribeAddresses_publicIpsSet_item_publicIp
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:publicIp
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:publicIp>{1,1}</tns:publicIp>
</tns:item>
Source
<xs:element name="item" minOccurs="0" maxOccurs="unbounded">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="publicIp"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeAddresses / tns:publicIpsSet / tns:item / tns:publicIp
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="publicIp"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeAddresses / tns:allocationIdsSet
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeAddresses_DescribeAddresses_allocationIdsSet_item
Properties
content complex
minOccurs 0
Model
Children tns:item
Instance
<tns:allocationIdsSet xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:allocationIdsSet>
Source
<xs:element name="allocationIdsSet" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="item" minOccurs="0" maxOccurs="unbounded">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="xs:string" name="allocationId"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeAddresses / tns:allocationIdsSet / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeAddresses_DescribeAddresses_allocationIdsSet_DescribeAddresses_DescribeAddresses_allocationIdsSet_item_allocationId
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:allocationId
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:allocationId>{1,1}</tns:allocationId>
</tns:item>
Source
<xs:element name="item" minOccurs="0" maxOccurs="unbounded">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="allocationId"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeAddresses / tns:allocationIdsSet / tns:item / tns:allocationId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="allocationId"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeAddresses / tns:filterSet
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeAddresses_DescribeAddresses_filterSet_item
Properties
content complex
minOccurs 0
Model
Children tns:item
Instance
<tns:filterSet xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:filterSet>
Source
<xs:element name="filterSet" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="tns:filter" name="item" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeAddresses / tns:filterSet / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#filter_name 2013-06-15_.tmp#filter_valueSet 2013-06-15_.tmp#filter
Type tns:filter
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:name, tns:valueSet
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:name>{1,1}</tns:name>
  <tns:valueSet>{1,1}</tns:valueSet>
</tns:item>
Source
<xs:element type="tns:filter" name="item" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribePlacementGroupsResponse
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribePlacementGroupsResponse_placementGroupSet
Properties
content complex
Model
Children tns:placementGroupSet
Instance
<tns:DescribePlacementGroupsResponse xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:placementGroupSet>{0,1}</tns:placementGroupSet>
</tns:DescribePlacementGroupsResponse>
Source
<xs:element name="DescribePlacementGroupsResponse">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="placementGroupSet" minOccurs="0">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="tns:placementGroupInfo" name="item" minOccurs="0" maxOccurs="unbounded"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribePlacementGroupsResponse / tns:placementGroupSet
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribePlacementGroupsResponse_DescribePlacementGroupsResponse_placementGroupSet_item
Properties
content complex
minOccurs 0
Model
Children tns:item
Instance
<tns:placementGroupSet xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:placementGroupSet>
Source
<xs:element name="placementGroupSet" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="tns:placementGroupInfo" name="item" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribePlacementGroupsResponse / tns:placementGroupSet / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#placementGroupInfo_groupName 2013-06-15_.tmp#placementGroupInfo_strategy 2013-06-15_.tmp#placementGroupInfo_state 2013-06-15_.tmp#placementGroupInfo
Type tns:placementGroupInfo
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:groupName, tns:state, tns:strategy
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:groupName>{1,1}</tns:groupName>
  <tns:strategy>{1,1}</tns:strategy>
  <tns:state>{1,1}</tns:state>
</tns:item>
Source
<xs:element type="tns:placementGroupInfo" name="item" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:placementGroupInfo / tns:groupName
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="groupName"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:placementGroupInfo / tns:strategy
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="strategy"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:placementGroupInfo / tns:state
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="state"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:GetPasswordData
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#GetPasswordData_instanceId
Properties
content complex
Model
Children tns:instanceId
Instance
<tns:GetPasswordData xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:instanceId>{1,1}</tns:instanceId>
</tns:GetPasswordData>
Source
<xs:element name="GetPasswordData">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="instanceId"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:GetPasswordData / tns:instanceId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="instanceId"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeSecurityGroupsResponse
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeSecurityGroupsResponse_securityGroupInfo
Properties
content complex
Model
Children tns:securityGroupInfo
Instance
<tns:DescribeSecurityGroupsResponse xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:securityGroupInfo>{0,1}</tns:securityGroupInfo>
</tns:DescribeSecurityGroupsResponse>
Source
<xs:element name="DescribeSecurityGroupsResponse">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="securityGroupInfo" minOccurs="0">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="tns:securityGroupItemType" name="item" minOccurs="0" maxOccurs="unbounded"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeSecurityGroupsResponse / tns:securityGroupInfo
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeSecurityGroupsResponse_DescribeSecurityGroupsResponse_securityGroupInfo_item
Properties
content complex
minOccurs 0
Model
Children tns:item
Instance
<tns:securityGroupInfo xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:securityGroupInfo>
Source
<xs:element name="securityGroupInfo" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="tns:securityGroupItemType" name="item" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeSecurityGroupsResponse / tns:securityGroupInfo / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#securityGroupItemType_ownerId 2013-06-15_.tmp#securityGroupItemType_groupId 2013-06-15_.tmp#securityGroupItemType_groupName 2013-06-15_.tmp#securityGroupItemType_groupDescription 2013-06-15_.tmp#securityGroupItemType_ipPermissions 2013-06-15_.tmp#securityGroupItemType_tagSet 2013-06-15_.tmp#securityGroupItemType
Type tns:securityGroupItemType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:groupDescription, tns:groupId, tns:groupName, tns:ipPermissions, tns:ownerId, tns:tagSet
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:ownerId>{1,1}</tns:ownerId>
  <tns:groupId>{0,1}</tns:groupId>
  <tns:groupName>{1,1}</tns:groupName>
  <tns:groupDescription>{1,1}</tns:groupDescription>
  <tns:ipPermissions>{1,1}</tns:ipPermissions>
  <tns:tagSet>{0,1}</tns:tagSet>
</tns:item>
Source
<xs:element type="tns:securityGroupItemType" name="item" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:securityGroupItemType / tns:ownerId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="ownerId"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:securityGroupItemType / tns:groupId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="groupId" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:securityGroupItemType / tns:groupName
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="groupName"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:securityGroupItemType / tns:groupDescription
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="groupDescription"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:securityGroupItemType / tns:ipPermissions
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#securityGroupItemType_securityGroupItemType_ipPermissions_item
Properties
content complex
Model
Children tns:item
Instance
<tns:ipPermissions xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:ipPermissions>
Source
<xs:element name="ipPermissions">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="tns:ipPermissionType" name="item" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:securityGroupItemType / tns:ipPermissions / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#ipPermissionType_ipProtocol 2013-06-15_.tmp#ipPermissionType_fromPort 2013-06-15_.tmp#ipPermissionType_toPort 2013-06-15_.tmp#ipPermissionType_groups 2013-06-15_.tmp#ipPermissionType_ipRanges 2013-06-15_.tmp#ipPermissionType
Type tns:ipPermissionType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:fromPort, tns:groups, tns:ipProtocol, tns:ipRanges, tns:toPort
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:ipProtocol>{1,1}</tns:ipProtocol>
  <tns:fromPort>{1,1}</tns:fromPort>
  <tns:toPort>{1,1}</tns:toPort>
  <tns:groups>{1,1}</tns:groups>
  <tns:ipRanges>{1,1}</tns:ipRanges>
</tns:item>
Source
<xs:element type="tns:ipPermissionType" name="item" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:ipPermissionType / tns:ipProtocol
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="ipProtocol"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:ipPermissionType / tns:fromPort
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:int
Properties
content simple
Source
<xs:element type="xs:int" name="fromPort"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:ipPermissionType / tns:toPort
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:int
Properties
content simple
Source
<xs:element type="xs:int" name="toPort"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:ipPermissionType / tns:groups
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#ipPermissionType_ipPermissionType_groups_item
Properties
content complex
Model
Children tns:item
Instance
<tns:groups xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:groups>
Source
<xs:element name="groups">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="tns:userIdGroupPairType" name="item" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:ipPermissionType / tns:groups / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#userIdGroupPairType_userId 2013-06-15_.tmp#userIdGroupPairType_groupName 2013-06-15_.tmp#userIdGroupPairType_groupId 2013-06-15_.tmp#userIdGroupPairType
Type tns:userIdGroupPairType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:groupId, tns:groupName, tns:userId
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:userId>{0,1}</tns:userId>
  <tns:groupName>{0,1}</tns:groupName>
  <tns:groupId>{0,1}</tns:groupId>
</tns:item>
Source
<xs:element type="tns:userIdGroupPairType" name="item" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:userIdGroupPairType / tns:userId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="userId" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:userIdGroupPairType / tns:groupName
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="groupName" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:userIdGroupPairType / tns:groupId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="groupId" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:ipPermissionType / tns:ipRanges
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#ipPermissionType_ipPermissionType_ipRanges_item
Properties
content complex
Model
Children tns:item
Instance
<tns:ipRanges xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:ipRanges>
Source
<xs:element name="ipRanges">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="tns:cidrIpType" name="item" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:ipPermissionType / tns:ipRanges / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#cidrIpType_cidrIp 2013-06-15_.tmp#cidrIpType
Type tns:cidrIpType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:cidrIp
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:cidrIp>{1,1}</tns:cidrIp>
</tns:item>
Source
<xs:element type="tns:cidrIpType" name="item" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:securityGroupItemType / tns:tagSet
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#securityGroupItemType_securityGroupItemType_tagSet_item
Properties
content complex
minOccurs 0
Model
Children tns:item
Instance
<tns:tagSet xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:tagSet>
Source
<xs:element name="tagSet" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="tns:resourceTag" name="item" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:securityGroupItemType / tns:tagSet / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#resourceTag_key 2013-06-15_.tmp#resourceTag_value 2013-06-15_.tmp#resourceTag
Type tns:resourceTag
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:key, tns:value
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:key>{1,1}</tns:key>
  <tns:value>{1,1}</tns:value>
</tns:item>
Source
<xs:element type="tns:resourceTag" name="item" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:ModifyImageAttribute
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#ModifyImageAttribute_imageId 2013-06-15_.tmp#ModifyImageAttribute_launchPermission 2013-06-15_.tmp#ModifyImageAttribute_productCodes 2013-06-15_.tmp#ModifyImageAttribute_description
Properties
content complex
Model
Children tns:description, tns:imageId, tns:launchPermission, tns:productCodes
Instance
<tns:ModifyImageAttribute xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:imageId>{1,1}</tns:imageId>
  <tns:launchPermission>{0,1}</tns:launchPermission>
  <tns:productCodes>{0,1}</tns:productCodes>
  <tns:description>{0,1}</tns:description>
</tns:ModifyImageAttribute>
Source
<xs:element name="ModifyImageAttribute">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="imageId"/>
      <xs:element type="tns:launchPermissionOperationType" name="launchPermission" minOccurs="0"/>
      <xs:element name="productCodes" minOccurs="0">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="item" minOccurs="0" maxOccurs="unbounded">
              <xs:complexType>
                <xs:sequence>
                  <xs:element type="xs:string" name="productCode"/>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="description" minOccurs="0">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="xs:string" name="value" minOccurs="0"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:ModifyImageAttribute / tns:imageId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="imageId"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:ModifyImageAttribute / tns:launchPermission
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#launchPermissionOperationType_add 2013-06-15_.tmp#launchPermissionOperationType_remove 2013-06-15_.tmp#launchPermissionOperationType
Type tns:launchPermissionOperationType
Properties
content complex
minOccurs 0
Model
Children tns:add, tns:remove
Instance
<tns:launchPermission xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:add>{0,1}</tns:add>
  <tns:remove>{0,1}</tns:remove>
</tns:launchPermission>
Source
<xs:element type="tns:launchPermissionOperationType" name="launchPermission" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:ModifyImageAttribute / tns:productCodes
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#ModifyImageAttribute_ModifyImageAttribute_productCodes_item
Properties
content complex
minOccurs 0
Model
Children tns:item
Instance
<tns:productCodes xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:productCodes>
Source
<xs:element name="productCodes" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="item" minOccurs="0" maxOccurs="unbounded">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="xs:string" name="productCode"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:ModifyImageAttribute / tns:productCodes / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#ModifyImageAttribute_ModifyImageAttribute_productCodes_ModifyImageAttribute_ModifyImageAttribute_productCodes_item_productCode
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:productCode
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:productCode>{1,1}</tns:productCode>
</tns:item>
Source
<xs:element name="item" minOccurs="0" maxOccurs="unbounded">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="productCode"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:ModifyImageAttribute / tns:productCodes / tns:item / tns:productCode
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="productCode"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:ModifyImageAttribute / tns:description
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#ModifyImageAttribute_ModifyImageAttribute_description_value
Properties
content complex
minOccurs 0
Model
Children tns:value
Instance
<tns:description xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:value>{0,1}</tns:value>
</tns:description>
Source
<xs:element name="description" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="value" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:ModifyImageAttribute / tns:description / tns:value
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="value" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:addressInfoType / tns:publicIp
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="publicIp"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:addressInfoType / tns:instanceId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="instanceId" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeVpcsType
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Properties
content complex
Model
Source
<xs:element name="DescribeVpcsType">
  <xs:complexType>
    <xs:sequence/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:CreateTagsResponse
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#eucalyptusMessage 2013-06-15_.tmp#CreateTagsResponse_return
Type extension of tns:eucalyptusMessage
Type hierarchy
Properties
content complex
Model
Children tns:return
Instance
<tns:CreateTagsResponse xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:return>{1,1}</tns:return>
</tns:CreateTagsResponse>
Source
<xs:element name="CreateTagsResponse">
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="tns:eucalyptusMessage">
        <xs:sequence>
          <xs:element type="xs:boolean" name="return"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:CreateTagsResponse / tns:return
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:boolean
Properties
content simple
Source
<xs:element type="xs:boolean" name="return"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:UnmonitorInstances
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#UnmonitorInstances_instancesSet
Properties
content complex
Model
Children tns:instancesSet
Instance
<tns:UnmonitorInstances xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:instancesSet>{1,1}</tns:instancesSet>
</tns:UnmonitorInstances>
Source
<xs:element name="UnmonitorInstances">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="instancesSet">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="item" minOccurs="0" maxOccurs="unbounded">
              <xs:complexType>
                <xs:sequence>
                  <xs:element type="xs:string" name="instanceId"/>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:UnmonitorInstances / tns:instancesSet
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#UnmonitorInstances_UnmonitorInstances_instancesSet_item
Properties
content complex
Model
Children tns:item
Instance
<tns:instancesSet xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:instancesSet>
Source
<xs:element name="instancesSet">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="item" minOccurs="0" maxOccurs="unbounded">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="xs:string" name="instanceId"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:UnmonitorInstances / tns:instancesSet / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#UnmonitorInstances_UnmonitorInstances_instancesSet_UnmonitorInstances_UnmonitorInstances_instancesSet_item_instanceId
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:instanceId
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:instanceId>{1,1}</tns:instanceId>
</tns:item>
Source
<xs:element name="item" minOccurs="0" maxOccurs="unbounded">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="instanceId"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:UnmonitorInstances / tns:instancesSet / tns:item / tns:instanceId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="instanceId"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:deleteResourceTag / tns:key
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="key" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:deleteResourceTag / tns:value
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="value" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:AttachVolume
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#AttachVolume_volumeId 2013-06-15_.tmp#AttachVolume_instanceId 2013-06-15_.tmp#AttachVolume_device
Properties
content complex
Model
Children tns:device, tns:instanceId, tns:volumeId
Instance
<tns:AttachVolume xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:volumeId>{1,1}</tns:volumeId>
  <tns:instanceId>{0,1}</tns:instanceId>
  <tns:device>{0,1}</tns:device>
</tns:AttachVolume>
Source
<xs:element name="AttachVolume">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="volumeId"/>
      <xs:element type="xs:string" name="instanceId" minOccurs="0"/>
      <xs:element type="xs:string" name="device" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:AttachVolume / tns:volumeId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="volumeId"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:AttachVolume / tns:instanceId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="instanceId" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:AttachVolume / tns:device
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="device" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:BundleInstance
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#BundleInstance_instanceId 2013-06-15_.tmp#BundleInstance_storage
Properties
content complex
Model
Children tns:instanceId, tns:storage
Instance
<tns:BundleInstance xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:instanceId>{1,1}</tns:instanceId>
  <tns:storage>{1,1}</tns:storage>
</tns:BundleInstance>
Source
<xs:element name="BundleInstance">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="instanceId"/>
      <xs:element name="storage">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="S3">
              <xs:complexType>
                <xs:sequence>
                  <xs:element type="xs:string" name="bucket"/>
                  <xs:element type="xs:string" name="prefix"/>
                  <xs:element type="xs:string" name="awsAccessKeyId"/>
                  <xs:element type="xs:string" name="uploadPolicy"/>
                  <xs:element type="xs:string" name="uploadPolicySignature"/>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:BundleInstance / tns:instanceId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="instanceId"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:BundleInstance / tns:storage
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#BundleInstance_BundleInstance_storage_S3
Properties
content complex
Model
Children tns:S3
Instance
<tns:storage xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:S3>{1,1}</tns:S3>
</tns:storage>
Source
<xs:element name="storage">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="S3">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="xs:string" name="bucket"/>
            <xs:element type="xs:string" name="prefix"/>
            <xs:element type="xs:string" name="awsAccessKeyId"/>
            <xs:element type="xs:string" name="uploadPolicy"/>
            <xs:element type="xs:string" name="uploadPolicySignature"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:BundleInstance / tns:storage / tns:S3
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#BundleInstance_BundleInstance_storage_BundleInstance_BundleInstance_storage_S3_bucket 2013-06-15_.tmp#BundleInstance_BundleInstance_storage_BundleInstance_BundleInstance_storage_S3_prefix 2013-06-15_.tmp#BundleInstance_BundleInstance_storage_BundleInstance_BundleInstance_storage_S3_awsAccessKeyId 2013-06-15_.tmp#BundleInstance_BundleInstance_storage_BundleInstance_BundleInstance_storage_S3_uploadPolicy 2013-06-15_.tmp#BundleInstance_BundleInstance_storage_BundleInstance_BundleInstance_storage_S3_uploadPolicySignature
Properties
content complex
Model
Children tns:awsAccessKeyId, tns:bucket, tns:prefix, tns:uploadPolicy, tns:uploadPolicySignature
Instance
<tns:S3 xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:bucket>{1,1}</tns:bucket>
  <tns:prefix>{1,1}</tns:prefix>
  <tns:awsAccessKeyId>{1,1}</tns:awsAccessKeyId>
  <tns:uploadPolicy>{1,1}</tns:uploadPolicy>
  <tns:uploadPolicySignature>{1,1}</tns:uploadPolicySignature>
</tns:S3>
Source
<xs:element name="S3">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="bucket"/>
      <xs:element type="xs:string" name="prefix"/>
      <xs:element type="xs:string" name="awsAccessKeyId"/>
      <xs:element type="xs:string" name="uploadPolicy"/>
      <xs:element type="xs:string" name="uploadPolicySignature"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:BundleInstance / tns:storage / tns:S3 / tns:bucket
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="bucket"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:BundleInstance / tns:storage / tns:S3 / tns:prefix
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="prefix"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:BundleInstance / tns:storage / tns:S3 / tns:awsAccessKeyId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="awsAccessKeyId"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:BundleInstance / tns:storage / tns:S3 / tns:uploadPolicy
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="uploadPolicy"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:BundleInstance / tns:storage / tns:S3 / tns:uploadPolicySignature
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="uploadPolicySignature"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:snapshot / tns:snapshotId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="snapshotId"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:snapshot / tns:volumeId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="volumeId"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:snapshot / tns:status
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="status"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:snapshot / tns:startTime
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:dateTime
Properties
content simple
Source
<xs:element type="xs:dateTime" name="startTime"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:snapshot / tns:progress
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="progress"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:snapshot / tns:ownerId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="ownerId"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:snapshot / tns:volumeSize
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="volumeSize"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:snapshot / tns:description
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="description" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:snapshot / tns:tagSet
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#snapshot_snapshot_tagSet_item
Properties
content complex
minOccurs 0
Model
Children tns:item
Instance
<tns:tagSet xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:tagSet>
Source
<xs:element name="tagSet" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="tns:resourceTag" name="item" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:snapshot / tns:tagSet / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#resourceTag_key 2013-06-15_.tmp#resourceTag_value 2013-06-15_.tmp#resourceTag
Type tns:resourceTag
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:key, tns:value
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:key>{1,1}</tns:key>
  <tns:value>{1,1}</tns:value>
</tns:item>
Source
<xs:element type="tns:resourceTag" name="item" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeKeyPairs
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeKeyPairs_keySet 2013-06-15_.tmp#DescribeKeyPairs_filterSet
Properties
content complex
Model
Children tns:filterSet, tns:keySet
Instance
<tns:DescribeKeyPairs xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:keySet>{1,1}</tns:keySet>
  <tns:filterSet>{0,1}</tns:filterSet>
</tns:DescribeKeyPairs>
Source
<xs:element name="DescribeKeyPairs">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="keySet">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="item" minOccurs="0" maxOccurs="unbounded">
              <xs:complexType>
                <xs:sequence>
                  <xs:element type="xs:string" name="keyName"/>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="filterSet" minOccurs="0">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="tns:filter" name="item" minOccurs="0" maxOccurs="unbounded"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeKeyPairs / tns:keySet
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeKeyPairs_DescribeKeyPairs_keySet_item
Properties
content complex
Model
Children tns:item
Instance
<tns:keySet xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:keySet>
Source
<xs:element name="keySet">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="item" minOccurs="0" maxOccurs="unbounded">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="xs:string" name="keyName"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeKeyPairs / tns:keySet / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeKeyPairs_DescribeKeyPairs_keySet_DescribeKeyPairs_DescribeKeyPairs_keySet_item_keyName
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:keyName
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:keyName>{1,1}</tns:keyName>
</tns:item>
Source
<xs:element name="item" minOccurs="0" maxOccurs="unbounded">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="keyName"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeKeyPairs / tns:keySet / tns:item / tns:keyName
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="keyName"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeKeyPairs / tns:filterSet
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeKeyPairs_DescribeKeyPairs_filterSet_item
Properties
content complex
minOccurs 0
Model
Children tns:item
Instance
<tns:filterSet xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:filterSet>
Source
<xs:element name="filterSet" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="tns:filter" name="item" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeKeyPairs / tns:filterSet / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#filter_name 2013-06-15_.tmp#filter_valueSet 2013-06-15_.tmp#filter
Type tns:filter
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:name, tns:valueSet
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:name>{1,1}</tns:name>
  <tns:valueSet>{1,1}</tns:valueSet>
</tns:item>
Source
<xs:element type="tns:filter" name="item" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeBundleTasks
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeBundleTasks_bundlesSet
Properties
content complex
Model
Children tns:bundlesSet
Instance
<tns:DescribeBundleTasks xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:bundlesSet>{1,1}</tns:bundlesSet>
</tns:DescribeBundleTasks>
Source
<xs:element name="DescribeBundleTasks">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="bundlesSet">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="item" minOccurs="0" maxOccurs="unbounded">
              <xs:complexType>
                <xs:sequence>
                  <xs:element type="xs:string" name="bundleId"/>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeBundleTasks / tns:bundlesSet
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeBundleTasks_DescribeBundleTasks_bundlesSet_item
Properties
content complex
Model
Children tns:item
Instance
<tns:bundlesSet xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:bundlesSet>
Source
<xs:element name="bundlesSet">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="item" minOccurs="0" maxOccurs="unbounded">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="xs:string" name="bundleId"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeBundleTasks / tns:bundlesSet / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeBundleTasks_DescribeBundleTasks_bundlesSet_DescribeBundleTasks_DescribeBundleTasks_bundlesSet_item_bundleId
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:bundleId
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:bundleId>{1,1}</tns:bundleId>
</tns:item>
Source
<xs:element name="item" minOccurs="0" maxOccurs="unbounded">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="bundleId"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeBundleTasks / tns:bundlesSet / tns:item / tns:bundleId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="bundleId"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeImages
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeImages_executableBySet 2013-06-15_.tmp#DescribeImages_imagesSet 2013-06-15_.tmp#DescribeImages_ownersSet 2013-06-15_.tmp#DescribeImages_filterSet
Properties
content complex
Model
Children tns:executableBySet, tns:filterSet, tns:imagesSet, tns:ownersSet
Instance
<tns:DescribeImages xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:executableBySet>{1,1}</tns:executableBySet>
  <tns:imagesSet>{1,1}</tns:imagesSet>
  <tns:ownersSet>{1,1}</tns:ownersSet>
  <tns:filterSet>{0,1}</tns:filterSet>
</tns:DescribeImages>
Source
<xs:element name="DescribeImages">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="executableBySet">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="item" minOccurs="0" maxOccurs="unbounded">
              <xs:complexType>
                <xs:sequence>
                  <xs:element type="xs:string" name="user"/>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="imagesSet">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="item" minOccurs="0" maxOccurs="unbounded">
              <xs:complexType>
                <xs:sequence>
                  <xs:element type="xs:string" name="imageId"/>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="ownersSet">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="item" minOccurs="0" maxOccurs="unbounded">
              <xs:complexType>
                <xs:sequence>
                  <xs:element type="xs:string" name="owner"/>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="filterSet" minOccurs="0">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="tns:filter" name="item" minOccurs="0" maxOccurs="unbounded"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeImages / tns:executableBySet
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeImages_DescribeImages_executableBySet_item
Properties
content complex
Model
Children tns:item
Instance
<tns:executableBySet xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:executableBySet>
Source
<xs:element name="executableBySet">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="item" minOccurs="0" maxOccurs="unbounded">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="xs:string" name="user"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeImages / tns:executableBySet / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeImages_DescribeImages_executableBySet_DescribeImages_DescribeImages_executableBySet_item_user
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:user
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:user>{1,1}</tns:user>
</tns:item>
Source
<xs:element name="item" minOccurs="0" maxOccurs="unbounded">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="user"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeImages / tns:executableBySet / tns:item / tns:user
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="user"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeImages / tns:imagesSet
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeImages_DescribeImages_imagesSet_item
Properties
content complex
Model
Children tns:item
Instance
<tns:imagesSet xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:imagesSet>
Source
<xs:element name="imagesSet">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="item" minOccurs="0" maxOccurs="unbounded">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="xs:string" name="imageId"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeImages / tns:imagesSet / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeImages_DescribeImages_imagesSet_DescribeImages_DescribeImages_imagesSet_item_imageId
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:imageId
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:imageId>{1,1}</tns:imageId>
</tns:item>
Source
<xs:element name="item" minOccurs="0" maxOccurs="unbounded">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="imageId"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeImages / tns:imagesSet / tns:item / tns:imageId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="imageId"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeImages / tns:ownersSet
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeImages_DescribeImages_ownersSet_item
Properties
content complex
Model
Children tns:item
Instance
<tns:ownersSet xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:ownersSet>
Source
<xs:element name="ownersSet">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="item" minOccurs="0" maxOccurs="unbounded">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="xs:string" name="owner"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeImages / tns:ownersSet / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeImages_DescribeImages_ownersSet_DescribeImages_DescribeImages_ownersSet_item_owner
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:owner
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:owner>{1,1}</tns:owner>
</tns:item>
Source
<xs:element name="item" minOccurs="0" maxOccurs="unbounded">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="owner"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeImages / tns:ownersSet / tns:item / tns:owner
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="owner"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeImages / tns:filterSet
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeImages_DescribeImages_filterSet_item
Properties
content complex
minOccurs 0
Model
Children tns:item
Instance
<tns:filterSet xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:filterSet>
Source
<xs:element name="filterSet" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="tns:filter" name="item" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeImages / tns:filterSet / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#filter_name 2013-06-15_.tmp#filter_valueSet 2013-06-15_.tmp#filter
Type tns:filter
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:name, tns:valueSet
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:name>{1,1}</tns:name>
  <tns:valueSet>{1,1}</tns:valueSet>
</tns:item>
Source
<xs:element type="tns:filter" name="item" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DeletePlacementGroupResponse
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DeletePlacementGroupResponse_return
Properties
content complex
Model
Children tns:return
Instance
<tns:DeletePlacementGroupResponse xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:return>{1,1}</tns:return>
</tns:DeletePlacementGroupResponse>
Source
<xs:element name="DeletePlacementGroupResponse">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:boolean" name="return"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DeletePlacementGroupResponse / tns:return
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:boolean
Properties
content simple
Source
<xs:element type="xs:boolean" name="return"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:RegisterImageResponse
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#RegisterImageResponse_imageId
Properties
content complex
Model
Children tns:imageId
Instance
<tns:RegisterImageResponse xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:imageId>{1,1}</tns:imageId>
</tns:RegisterImageResponse>
Source
<xs:element name="RegisterImageResponse">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="imageId"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:RegisterImageResponse / tns:imageId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="imageId"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:ConfirmProductInstanceResponse
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#ConfirmProductInstanceResponse_return 2013-06-15_.tmp#ConfirmProductInstanceResponse_ownerId
Properties
content complex
Model
Children tns:ownerId, tns:return
Instance
<tns:ConfirmProductInstanceResponse xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:return>{1,1}</tns:return>
  <tns:ownerId>{0,1}</tns:ownerId>
</tns:ConfirmProductInstanceResponse>
Source
<xs:element name="ConfirmProductInstanceResponse">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:boolean" name="return"/>
      <xs:element type="xs:string" name="ownerId" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:ConfirmProductInstanceResponse / tns:return
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:boolean
Properties
content simple
Source
<xs:element type="xs:boolean" name="return"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:ConfirmProductInstanceResponse / tns:ownerId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="ownerId" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DeleteSnapshot
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DeleteSnapshot_snapshotId
Properties
content complex
Model
Children tns:snapshotId
Instance
<tns:DeleteSnapshot xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:snapshotId>{1,1}</tns:snapshotId>
</tns:DeleteSnapshot>
Source
<xs:element name="DeleteSnapshot">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="snapshotId"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DeleteSnapshot / tns:snapshotId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="snapshotId"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:TerminateInstancesResponse
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#TerminateInstancesResponse_instancesSet
Properties
content complex
Model
Children tns:instancesSet
Instance
<tns:TerminateInstancesResponse xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:instancesSet>{1,1}</tns:instancesSet>
</tns:TerminateInstancesResponse>
Source
<xs:element name="TerminateInstancesResponse">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="instancesSet">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="tns:terminateInstancesItemType" name="item" minOccurs="0" maxOccurs="unbounded"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:TerminateInstancesResponse / tns:instancesSet
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#TerminateInstancesResponse_TerminateInstancesResponse_instancesSet_item
Properties
content complex
Model
Children tns:item
Instance
<tns:instancesSet xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:instancesSet>
Source
<xs:element name="instancesSet">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="tns:terminateInstancesItemType" name="item" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:TerminateInstancesResponse / tns:instancesSet / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#terminateInstancesItemType_instanceId 2013-06-15_.tmp#terminateInstancesItemType_currentState 2013-06-15_.tmp#terminateInstancesItemType_previousState 2013-06-15_.tmp#terminateInstancesItemType
Type tns:terminateInstancesItemType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:currentState, tns:instanceId, tns:previousState
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:instanceId>{1,1}</tns:instanceId>
  <tns:currentState>{1,1}</tns:currentState>
  <tns:previousState>{1,1}</tns:previousState>
</tns:item>
Source
<xs:element type="tns:terminateInstancesItemType" name="item" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:terminateInstancesItemType / tns:instanceId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="instanceId"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:terminateInstancesItemType / tns:currentState
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#terminateInstancesItemType_terminateInstancesItemType_currentState_code 2013-06-15_.tmp#terminateInstancesItemType_terminateInstancesItemType_currentState_name
Properties
content complex
Model
Children tns:code, tns:name
Instance
<tns:currentState xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:code>{1,1}</tns:code>
  <tns:name>{1,1}</tns:name>
</tns:currentState>
Source
<xs:element name="currentState">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="code"/>
      <xs:element type="xs:string" name="name"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:terminateInstancesItemType / tns:currentState / tns:code
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="code"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:terminateInstancesItemType / tns:currentState / tns:name
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="name"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:terminateInstancesItemType / tns:previousState
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#terminateInstancesItemType_terminateInstancesItemType_previousState_code 2013-06-15_.tmp#terminateInstancesItemType_terminateInstancesItemType_previousState_name
Properties
content complex
Model
Children tns:code, tns:name
Instance
<tns:previousState xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:code>{1,1}</tns:code>
  <tns:name>{1,1}</tns:name>
</tns:previousState>
Source
<xs:element name="previousState">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="code"/>
      <xs:element type="xs:string" name="name"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:terminateInstancesItemType / tns:previousState / tns:code
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="code"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:terminateInstancesItemType / tns:previousState / tns:name
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="name"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DetachVolumeResponse
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#attachedVolume_volumeId 2013-06-15_.tmp#attachedVolume_instanceId 2013-06-15_.tmp#attachedVolume_device 2013-06-15_.tmp#attachedVolume_status 2013-06-15_.tmp#attachedVolume_attachTime 2013-06-15_.tmp#attachedVolume
Properties
content complex
Model
Children tns:attachTime, tns:device, tns:instanceId, tns:status, tns:volumeId
Instance
<tns:DetachVolumeResponse xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:volumeId>{1,1}</tns:volumeId>
  <tns:instanceId>{1,1}</tns:instanceId>
  <tns:device>{1,1}</tns:device>
  <tns:status>{1,1}</tns:status>
  <tns:attachTime>{1,1}</tns:attachTime>
</tns:DetachVolumeResponse>
Source
<xs:element name="DetachVolumeResponse">
  <xs:complexType>
    <xs:sequence>
      <xs:group ref="tns:attachedVolume"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:groupItemType / tns:groupId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="groupId" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:groupItemType / tns:groupName
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="groupName" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:RunInstances
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#RunInstances_imageId 2013-06-15_.tmp#RunInstances_minCount 2013-06-15_.tmp#RunInstances_maxCount 2013-06-15_.tmp#RunInstances_keyName 2013-06-15_.tmp#RunInstances_groupSet 2013-06-15_.tmp#RunInstances_userData 2013-06-15_.tmp#RunInstances_addressingType 2013-06-15_.tmp#RunInstances_instanceType 2013-06-15_.tmp#RunInstances_placement 2013-06-15_.tmp#RunInstances_kernelId 2013-06-15_.tmp#RunInstances_ramdiskId 2013-06-15_.tmp#RunInstances_blockDeviceMapping 2013-06-15_.tmp#RunInstances_monitoring 2013-06-15_.tmp#RunInstances_subnetId 2013-06-15_.tmp#RunInstances_disableApiTermination 2013-06-15_.tmp#RunInstances_instanceInitiatedShutdownBehavior 2013-06-15_.tmp#RunInstances_clientToken 2013-06-15_.tmp#RunInstances_iamInstanceProfile
Properties
content complex
Model
Children tns:addressingType, tns:blockDeviceMapping, tns:clientToken, tns:disableApiTermination, tns:groupSet, tns:iamInstanceProfile, tns:imageId, tns:instanceInitiatedShutdownBehavior, tns:instanceType, tns:kernelId, tns:keyName, tns:maxCount, tns:minCount, tns:monitoring, tns:placement, tns:ramdiskId, tns:subnetId, tns:userData
Instance
<tns:RunInstances xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:imageId>{1,1}</tns:imageId>
  <tns:minCount>{1,1}</tns:minCount>
  <tns:maxCount>{1,1}</tns:maxCount>
  <tns:keyName>{0,1}</tns:keyName>
  <tns:groupSet>{0,1}</tns:groupSet>
  <tns:userData>{0,1}</tns:userData>
  <tns:addressingType>{0,1}</tns:addressingType>
  <tns:instanceType>{0,1}</tns:instanceType>
  <tns:placement>{0,1}</tns:placement>
  <tns:kernelId>{0,1}</tns:kernelId>
  <tns:ramdiskId>{0,1}</tns:ramdiskId>
  <tns:blockDeviceMapping>{0,1}</tns:blockDeviceMapping>
  <tns:monitoring>{0,1}</tns:monitoring>
  <tns:subnetId>{0,1}</tns:subnetId>
  <tns:disableApiTermination>{0,1}</tns:disableApiTermination>
  <tns:instanceInitiatedShutdownBehavior>{0,1}</tns:instanceInitiatedShutdownBehavior>
  <tns:clientToken>{0,1}</tns:clientToken>
  <tns:iamInstanceProfile>{0,1}</tns:iamInstanceProfile>
</tns:RunInstances>
Source
<xs:element name="RunInstances">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="imageId"/>
      <xs:element type="xs:int" name="minCount"/>
      <xs:element type="xs:int" name="maxCount"/>
      <xs:element type="xs:string" name="keyName" minOccurs="0"/>
      <xs:element name="groupSet" minOccurs="0">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="tns:groupItemType" name="item" minOccurs="0" maxOccurs="unbounded"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="userData" minOccurs="0">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="xs:string" name="data" minOccurs="0"/>
            <xs:element type="xs:string" name="version" minOccurs="0"/>
            <xs:element type="xs:string" name="encoding" minOccurs="0"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element type="xs:string" name="addressingType" minOccurs="0"/>
      <xs:element type="xs:string" name="instanceType" minOccurs="0"/>
      <xs:element name="placement" minOccurs="0">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="xs:string" name="availabilityZone"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element type="xs:string" name="kernelId" minOccurs="0"/>
      <xs:element type="xs:string" name="ramdiskId" minOccurs="0"/>
      <xs:element name="blockDeviceMapping" minOccurs="0">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="tns:blockDeviceMappingItemType" name="item" minOccurs="0" maxOccurs="unbounded"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="monitoring" minOccurs="0">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="xs:boolean" name="enabled"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element type="xs:string" name="subnetId" minOccurs="0"/>
      <xs:element type="xs:boolean" name="disableApiTermination" minOccurs="0"/>
      <xs:element type="xs:string" name="instanceInitiatedShutdownBehavior" minOccurs="0"/>
      <xs:element type="xs:string" name="clientToken" minOccurs="0"/>
      <xs:element name="iamInstanceProfile" minOccurs="0">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="xs:string" name="arn" minOccurs="0"/>
            <xs:element type="xs:string" name="name" minOccurs="0"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:RunInstances / tns:imageId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="imageId"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:RunInstances / tns:minCount
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:int
Properties
content simple
Source
<xs:element type="xs:int" name="minCount"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:RunInstances / tns:maxCount
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:int
Properties
content simple
Source
<xs:element type="xs:int" name="maxCount"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:RunInstances / tns:keyName
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="keyName" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:RunInstances / tns:groupSet
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#RunInstances_RunInstances_groupSet_item
Properties
content complex
minOccurs 0
Model
Children tns:item
Instance
<tns:groupSet xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:groupSet>
Source
<xs:element name="groupSet" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="tns:groupItemType" name="item" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:RunInstances / tns:groupSet / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#groupItemType_groupId 2013-06-15_.tmp#groupItemType_groupName 2013-06-15_.tmp#groupItemType
Type tns:groupItemType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:groupId, tns:groupName
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:groupId>{0,1}</tns:groupId>
  <tns:groupName>{0,1}</tns:groupName>
</tns:item>
Source
<xs:element type="tns:groupItemType" name="item" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:RunInstances / tns:userData
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#RunInstances_RunInstances_userData_data 2013-06-15_.tmp#RunInstances_RunInstances_userData_version 2013-06-15_.tmp#RunInstances_RunInstances_userData_encoding
Properties
content complex
minOccurs 0
Model
Children tns:data, tns:encoding, tns:version
Instance
<tns:userData xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:data>{0,1}</tns:data>
  <tns:version>{0,1}</tns:version>
  <tns:encoding>{0,1}</tns:encoding>
</tns:userData>
Source
<xs:element name="userData" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="data" minOccurs="0"/>
      <xs:element type="xs:string" name="version" minOccurs="0"/>
      <xs:element type="xs:string" name="encoding" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:RunInstances / tns:userData / tns:data
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="data" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:RunInstances / tns:userData / tns:version
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="version" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:RunInstances / tns:userData / tns:encoding
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="encoding" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:RunInstances / tns:addressingType
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="addressingType" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:RunInstances / tns:instanceType
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="instanceType" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:RunInstances / tns:placement
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#RunInstances_RunInstances_placement_availabilityZone
Properties
content complex
minOccurs 0
Model
Children tns:availabilityZone
Instance
<tns:placement xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:availabilityZone>{1,1}</tns:availabilityZone>
</tns:placement>
Source
<xs:element name="placement" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="availabilityZone"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:RunInstances / tns:placement / tns:availabilityZone
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="availabilityZone"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:RunInstances / tns:kernelId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="kernelId" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:RunInstances / tns:ramdiskId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="ramdiskId" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:RunInstances / tns:blockDeviceMapping
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#RunInstances_RunInstances_blockDeviceMapping_item
Properties
content complex
minOccurs 0
Model
Children tns:item
Instance
<tns:blockDeviceMapping xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:blockDeviceMapping>
Source
<xs:element name="blockDeviceMapping" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="tns:blockDeviceMappingItemType" name="item" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:RunInstances / tns:blockDeviceMapping / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#blockDeviceMappingItemType_deviceName 2013-06-15_.tmp#blockDeviceMappingItemType_virtualName 2013-06-15_.tmp#blockDeviceMappingItemType_ebs 2013-06-15_.tmp#blockDeviceMappingItemType_noDevice 2013-06-15_.tmp#blockDeviceMappingItemType
Type tns:blockDeviceMappingItemType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:deviceName, tns:ebs, tns:noDevice, tns:virtualName
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:deviceName>{1,1}</tns:deviceName>
  <tns:virtualName>{0,1}</tns:virtualName>
  <tns:ebs>{0,1}</tns:ebs>
  <tns:noDevice>{0,1}</tns:noDevice>
</tns:item>
Source
<xs:element type="tns:blockDeviceMappingItemType" name="item" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:RunInstances / tns:monitoring
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#RunInstances_RunInstances_monitoring_enabled
Properties
content complex
minOccurs 0
Model
Children tns:enabled
Instance
<tns:monitoring xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:enabled>{1,1}</tns:enabled>
</tns:monitoring>
Source
<xs:element name="monitoring" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:boolean" name="enabled"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:RunInstances / tns:monitoring / tns:enabled
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:boolean
Properties
content simple
Source
<xs:element type="xs:boolean" name="enabled"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:RunInstances / tns:subnetId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="subnetId" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:RunInstances / tns:disableApiTermination
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:boolean
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:boolean" name="disableApiTermination" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:RunInstances / tns:instanceInitiatedShutdownBehavior
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="instanceInitiatedShutdownBehavior" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:RunInstances / tns:clientToken
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="clientToken" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:RunInstances / tns:iamInstanceProfile
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#RunInstances_RunInstances_iamInstanceProfile_arn 2013-06-15_.tmp#RunInstances_RunInstances_iamInstanceProfile_name
Properties
content complex
minOccurs 0
Model
Children tns:arn, tns:name
Instance
<tns:iamInstanceProfile xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:arn>{0,1}</tns:arn>
  <tns:name>{0,1}</tns:name>
</tns:iamInstanceProfile>
Source
<xs:element name="iamInstanceProfile" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="arn" minOccurs="0"/>
      <xs:element type="xs:string" name="name" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:RunInstances / tns:iamInstanceProfile / tns:arn
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="arn" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:RunInstances / tns:iamInstanceProfile / tns:name
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="name" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeAvailabilityZones
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeAvailabilityZones_availabilityZoneSet 2013-06-15_.tmp#DescribeAvailabilityZones_filterSet
Properties
content complex
Model
Children tns:availabilityZoneSet, tns:filterSet
Instance
<tns:DescribeAvailabilityZones xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:availabilityZoneSet>{1,1}</tns:availabilityZoneSet>
  <tns:filterSet>{0,1}</tns:filterSet>
</tns:DescribeAvailabilityZones>
Source
<xs:element name="DescribeAvailabilityZones">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="availabilityZoneSet">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="item" minOccurs="0" maxOccurs="unbounded">
              <xs:complexType>
                <xs:sequence>
                  <xs:element type="xs:string" name="zoneName"/>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="filterSet" minOccurs="0">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="tns:filter" name="item" minOccurs="0" maxOccurs="unbounded"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeAvailabilityZones / tns:availabilityZoneSet
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeAvailabilityZones_DescribeAvailabilityZones_availabilityZoneSet_item
Properties
content complex
Model
Children tns:item
Instance
<tns:availabilityZoneSet xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:availabilityZoneSet>
Source
<xs:element name="availabilityZoneSet">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="item" minOccurs="0" maxOccurs="unbounded">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="xs:string" name="zoneName"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeAvailabilityZones / tns:availabilityZoneSet / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeAvailabilityZones_DescribeAvailabilityZones_availabilityZoneSet_DescribeAvailabilityZones_DescribeAvailabilityZones_availabilityZoneSet_item_zoneName
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:zoneName
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:zoneName>{1,1}</tns:zoneName>
</tns:item>
Source
<xs:element name="item" minOccurs="0" maxOccurs="unbounded">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="zoneName"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeAvailabilityZones / tns:availabilityZoneSet / tns:item / tns:zoneName
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="zoneName"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeAvailabilityZones / tns:filterSet
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeAvailabilityZones_DescribeAvailabilityZones_filterSet_item
Properties
content complex
minOccurs 0
Model
Children tns:item
Instance
<tns:filterSet xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:filterSet>
Source
<xs:element name="filterSet" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="tns:filter" name="item" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeAvailabilityZones / tns:filterSet / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#filter_name 2013-06-15_.tmp#filter_valueSet 2013-06-15_.tmp#filter
Type tns:filter
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:name, tns:valueSet
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:name>{1,1}</tns:name>
  <tns:valueSet>{1,1}</tns:valueSet>
</tns:item>
Source
<xs:element type="tns:filter" name="item" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribePlacementGroups
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribePlacementGroups_placementGroupSet 2013-06-15_.tmp#DescribePlacementGroups_filterSet
Properties
content complex
Model
Children tns:filterSet, tns:placementGroupSet
Instance
<tns:DescribePlacementGroups xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:placementGroupSet>{1,1}</tns:placementGroupSet>
  <tns:filterSet>{0,1}</tns:filterSet>
</tns:DescribePlacementGroups>
Source
<xs:element name="DescribePlacementGroups">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="placementGroupSet">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="item" minOccurs="0" maxOccurs="unbounded">
              <xs:complexType>
                <xs:sequence>
                  <xs:element type="xs:string" name="groupName"/>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="filterSet" minOccurs="0">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="tns:filter" name="item" minOccurs="0" maxOccurs="unbounded"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribePlacementGroups / tns:placementGroupSet
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribePlacementGroups_DescribePlacementGroups_placementGroupSet_item
Properties
content complex
Model
Children tns:item
Instance
<tns:placementGroupSet xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:placementGroupSet>
Source
<xs:element name="placementGroupSet">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="item" minOccurs="0" maxOccurs="unbounded">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="xs:string" name="groupName"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribePlacementGroups / tns:placementGroupSet / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribePlacementGroups_DescribePlacementGroups_placementGroupSet_DescribePlacementGroups_DescribePlacementGroups_placementGroupSet_item_groupName
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:groupName
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:groupName>{1,1}</tns:groupName>
</tns:item>
Source
<xs:element name="item" minOccurs="0" maxOccurs="unbounded">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="groupName"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribePlacementGroups / tns:placementGroupSet / tns:item / tns:groupName
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="groupName"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribePlacementGroups / tns:filterSet
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribePlacementGroups_DescribePlacementGroups_filterSet_item
Properties
content complex
minOccurs 0
Model
Children tns:item
Instance
<tns:filterSet xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:filterSet>
Source
<xs:element name="filterSet" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="tns:filter" name="item" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribePlacementGroups / tns:filterSet / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#filter_name 2013-06-15_.tmp#filter_valueSet 2013-06-15_.tmp#filter
Type tns:filter
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:name, tns:valueSet
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:name>{1,1}</tns:name>
  <tns:valueSet>{1,1}</tns:valueSet>
</tns:item>
Source
<xs:element type="tns:filter" name="item" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeVolumesResponse
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeVolumesResponse_volumeSet
Properties
content complex
Model
Children tns:volumeSet
Instance
<tns:DescribeVolumesResponse xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:volumeSet>{1,1}</tns:volumeSet>
</tns:DescribeVolumesResponse>
Source
<xs:element name="DescribeVolumesResponse">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="volumeSet">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="tns:volume" name="item" minOccurs="0" maxOccurs="unbounded"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeVolumesResponse / tns:volumeSet
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeVolumesResponse_DescribeVolumesResponse_volumeSet_item
Properties
content complex
Model
Children tns:item
Instance
<tns:volumeSet xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:volumeSet>
Source
<xs:element name="volumeSet">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="tns:volume" name="item" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeVolumesResponse / tns:volumeSet / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#http___ec2.amazonaws.com_doc_2013-06-15__volume_volumeId 2013-06-15_.tmp#http___ec2.amazonaws.com_doc_2013-06-15__volume_size 2013-06-15_.tmp#http___ec2.amazonaws.com_doc_2013-06-15__volume_snapshotId 2013-06-15_.tmp#http___ec2.amazonaws.com_doc_2013-06-15__volume_availabilityZone 2013-06-15_.tmp#http___ec2.amazonaws.com_doc_2013-06-15__volume_status 2013-06-15_.tmp#http___ec2.amazonaws.com_doc_2013-06-15__volume_createTime 2013-06-15_.tmp#http___ec2.amazonaws.com_doc_2013-06-15__volume_attachmentSet 2013-06-15_.tmp#http___ec2.amazonaws.com_doc_2013-06-15__volume_tagSet 2013-06-15_.tmp#http___ec2.amazonaws.com_doc_2013-06-15__volume 2013-06-15_.tmp#volume
Type tns:volume
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:attachmentSet, tns:availabilityZone, tns:createTime, tns:size, tns:snapshotId, tns:status, tns:tagSet, tns:volumeId
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:volumeId>{1,1}</tns:volumeId>
  <tns:size>{0,1}</tns:size>
  <tns:snapshotId>{0,1}</tns:snapshotId>
  <tns:availabilityZone>{1,1}</tns:availabilityZone>
  <tns:status>{1,1}</tns:status>
  <tns:createTime>{1,1}</tns:createTime>
  <tns:attachmentSet>{1,1}</tns:attachmentSet>
  <tns:tagSet>{0,1}</tns:tagSet>
</tns:item>
Source
<xs:element type="tns:volume" name="item" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:volume / tns:volumeId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="volumeId"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:volume / tns:size
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="size" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:volume / tns:snapshotId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="snapshotId" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:volume / tns:availabilityZone
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="availabilityZone"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:volume / tns:status
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="status"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:volume / tns:createTime
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:dateTime
Properties
content simple
Source
<xs:element type="xs:dateTime" name="createTime"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:volume / tns:attachmentSet
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#http___ec2.amazonaws.com_doc_2013-06-15__volume_http___ec2.amazonaws.com_doc_2013-06-15__volume_attachmentSet_item
Properties
content complex
Model
Children tns:item
Instance
<tns:attachmentSet xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:attachmentSet>
Source
<xs:element name="attachmentSet">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="tns:attachedVolume" name="item" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:volume / tns:attachmentSet / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#attachedVolume_volumeId 2013-06-15_.tmp#attachedVolume_instanceId 2013-06-15_.tmp#attachedVolume_device 2013-06-15_.tmp#attachedVolume_status 2013-06-15_.tmp#attachedVolume_attachTime 2013-06-15_.tmp#attachedVolume 2013-06-15_.tmp#http___ec2.amazonaws.com_doc_2013-06-15__attachedVolume
Type tns:attachedVolume
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:attachTime, tns:device, tns:instanceId, tns:status, tns:volumeId
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:volumeId>{1,1}</tns:volumeId>
  <tns:instanceId>{1,1}</tns:instanceId>
  <tns:device>{1,1}</tns:device>
  <tns:status>{1,1}</tns:status>
  <tns:attachTime>{1,1}</tns:attachTime>
</tns:item>
Source
<xs:element type="tns:attachedVolume" name="item" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:volume / tns:tagSet
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#http___ec2.amazonaws.com_doc_2013-06-15__volume_http___ec2.amazonaws.com_doc_2013-06-15__volume_tagSet_item
Properties
content complex
minOccurs 0
Model
Children tns:item
Instance
<tns:tagSet xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:tagSet>
Source
<xs:element name="tagSet" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="tns:resourceTag" name="item" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:volume / tns:tagSet / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#resourceTag_key 2013-06-15_.tmp#resourceTag_value 2013-06-15_.tmp#resourceTag
Type tns:resourceTag
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:key, tns:value
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:key>{1,1}</tns:key>
  <tns:value>{1,1}</tns:value>
</tns:item>
Source
<xs:element type="tns:resourceTag" name="item" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeSnapshotAttribute
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeSnapshotAttribute_snapshotId
Properties
content complex
Model
Children tns:snapshotId
Instance
<tns:DescribeSnapshotAttribute xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:snapshotId>{1,1}</tns:snapshotId>
</tns:DescribeSnapshotAttribute>
Source
<xs:element name="DescribeSnapshotAttribute">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="snapshotId"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeSnapshotAttribute / tns:snapshotId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="snapshotId"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DeleteTags
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#eucalyptusMessage 2013-06-15_.tmp#DeleteTags_resourcesSet 2013-06-15_.tmp#DeleteTags_tagSet
Type extension of tns:eucalyptusMessage
Type hierarchy
Properties
content complex
Model
Children tns:resourcesSet, tns:tagSet
Instance
<tns:DeleteTags xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:resourcesSet>{1,1}</tns:resourcesSet>
  <tns:tagSet>{0,1}</tns:tagSet>
</tns:DeleteTags>
Source
<xs:element name="DeleteTags">
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="tns:eucalyptusMessage">
        <xs:sequence>
          <xs:element name="resourcesSet">
            <xs:complexType>
              <xs:sequence>
                <xs:element name="item" minOccurs="0" maxOccurs="unbounded">
                  <xs:complexType>
                    <xs:sequence>
                      <xs:element type="xs:string" name="resourceId"/>
                    </xs:sequence>
                  </xs:complexType>
                </xs:element>
              </xs:sequence>
            </xs:complexType>
          </xs:element>
          <xs:element name="tagSet" minOccurs="0">
            <xs:complexType>
              <xs:sequence>
                <xs:element type="tns:deleteResourceTag" name="item" minOccurs="0" maxOccurs="unbounded"/>
              </xs:sequence>
            </xs:complexType>
          </xs:element>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DeleteTags / tns:resourcesSet
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DeleteTags_DeleteTags_resourcesSet_item
Properties
content complex
Model
Children tns:item
Instance
<tns:resourcesSet xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:resourcesSet>
Source
<xs:element name="resourcesSet">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="item" minOccurs="0" maxOccurs="unbounded">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="xs:string" name="resourceId"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DeleteTags / tns:resourcesSet / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DeleteTags_DeleteTags_resourcesSet_DeleteTags_DeleteTags_resourcesSet_item_resourceId
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:resourceId
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:resourceId>{1,1}</tns:resourceId>
</tns:item>
Source
<xs:element name="item" minOccurs="0" maxOccurs="unbounded">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="resourceId"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DeleteTags / tns:resourcesSet / tns:item / tns:resourceId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="resourceId"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DeleteTags / tns:tagSet
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DeleteTags_DeleteTags_tagSet_item
Properties
content complex
minOccurs 0
Model
Children tns:item
Instance
<tns:tagSet xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:tagSet>
Source
<xs:element name="tagSet" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="tns:deleteResourceTag" name="item" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DeleteTags / tns:tagSet / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#deleteResourceTag_key 2013-06-15_.tmp#deleteResourceTag_value 2013-06-15_.tmp#deleteResourceTag
Type tns:deleteResourceTag
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:key, tns:value
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:key>{0,1}</tns:key>
  <tns:value>{0,1}</tns:value>
</tns:item>
Source
<xs:element type="tns:deleteResourceTag" name="item" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:ResetSnapshotAttribute
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#ResetSnapshotAttribute_snapshotId
Properties
content complex
Model
Children tns:snapshotId
Instance
<tns:ResetSnapshotAttribute xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:snapshotId>{1,1}</tns:snapshotId>
</tns:ResetSnapshotAttribute>
Source
<xs:element name="ResetSnapshotAttribute">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="snapshotId"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:ResetSnapshotAttribute / tns:snapshotId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="snapshotId"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeTags
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Source
<xs:element name="DescribeTags"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:ConfirmProductInstance
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#ConfirmProductInstance_productCode 2013-06-15_.tmp#ConfirmProductInstance_instanceId
Properties
content complex
Model
Children tns:instanceId, tns:productCode
Instance
<tns:ConfirmProductInstance xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:productCode>{1,1}</tns:productCode>
  <tns:instanceId>{1,1}</tns:instanceId>
</tns:ConfirmProductInstance>
Source
<xs:element name="ConfirmProductInstance">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="productCode"/>
      <xs:element type="xs:string" name="instanceId"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:ConfirmProductInstance / tns:productCode
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="productCode"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:ConfirmProductInstance / tns:instanceId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="instanceId"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeInstanceAttributeResponse
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeInstanceAttributeResponse_instanceId 2013-06-15_.tmp#DescribeInstanceAttributeResponse_instanceType 2013-06-15_.tmp#DescribeInstanceAttributeResponse_kernel 2013-06-15_.tmp#DescribeInstanceAttributeResponse_ramdisk 2013-06-15_.tmp#DescribeInstanceAttributeResponse_userData 2013-06-15_.tmp#DescribeInstanceAttributeResponse_disableApiTermination 2013-06-15_.tmp#DescribeInstanceAttributeResponse_instanceInitiatedShutdownBehavior 2013-06-15_.tmp#DescribeInstanceAttributeResponse_rootDeviceName 2013-06-15_.tmp#DescribeInstanceAttributeResponse_blockDeviceMapping
Properties
content complex
Model
Children tns:blockDeviceMapping, tns:disableApiTermination, tns:instanceId, tns:instanceInitiatedShutdownBehavior, tns:instanceType, tns:kernel, tns:ramdisk, tns:rootDeviceName, tns:userData
Instance
<tns:DescribeInstanceAttributeResponse xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:instanceId>{1,1}</tns:instanceId>
  <tns:instanceType>{0,1}</tns:instanceType>
  <tns:kernel>{0,1}</tns:kernel>
  <tns:ramdisk>{0,1}</tns:ramdisk>
  <tns:userData>{0,1}</tns:userData>
  <tns:disableApiTermination>{0,1}</tns:disableApiTermination>
  <tns:instanceInitiatedShutdownBehavior>{0,1}</tns:instanceInitiatedShutdownBehavior>
  <tns:rootDeviceName>{0,1}</tns:rootDeviceName>
  <tns:blockDeviceMapping>{0,1}</tns:blockDeviceMapping>
</tns:DescribeInstanceAttributeResponse>
Source
<xs:element name="DescribeInstanceAttributeResponse">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="instanceId"/>
      <xs:element type="xs:string" name="instanceType" minOccurs="0"/>
      <xs:element type="xs:string" name="kernel" minOccurs="0"/>
      <xs:element type="xs:string" name="ramdisk" minOccurs="0"/>
      <xs:element type="xs:string" name="userData" minOccurs="0"/>
      <xs:element type="xs:string" name="disableApiTermination" minOccurs="0"/>
      <xs:element type="xs:string" name="instanceInitiatedShutdownBehavior" minOccurs="0"/>
      <xs:element type="xs:string" name="rootDeviceName" minOccurs="0"/>
      <xs:element name="blockDeviceMapping" minOccurs="0">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="tns:blockDeviceMappingItemType" name="item" minOccurs="0" maxOccurs="unbounded"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeInstanceAttributeResponse / tns:instanceId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="instanceId"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeInstanceAttributeResponse / tns:instanceType
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="instanceType" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeInstanceAttributeResponse / tns:kernel
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="kernel" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeInstanceAttributeResponse / tns:ramdisk
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="ramdisk" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeInstanceAttributeResponse / tns:userData
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="userData" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeInstanceAttributeResponse / tns:disableApiTermination
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="disableApiTermination" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeInstanceAttributeResponse / tns:instanceInitiatedShutdownBehavior
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="instanceInitiatedShutdownBehavior" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeInstanceAttributeResponse / tns:rootDeviceName
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="rootDeviceName" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeInstanceAttributeResponse / tns:blockDeviceMapping
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeInstanceAttributeResponse_DescribeInstanceAttributeResponse_blockDeviceMapping_item
Properties
content complex
minOccurs 0
Model
Children tns:item
Instance
<tns:blockDeviceMapping xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:blockDeviceMapping>
Source
<xs:element name="blockDeviceMapping" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="tns:blockDeviceMappingItemType" name="item" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeInstanceAttributeResponse / tns:blockDeviceMapping / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#blockDeviceMappingItemType_deviceName 2013-06-15_.tmp#blockDeviceMappingItemType_virtualName 2013-06-15_.tmp#blockDeviceMappingItemType_ebs 2013-06-15_.tmp#blockDeviceMappingItemType_noDevice 2013-06-15_.tmp#blockDeviceMappingItemType
Type tns:blockDeviceMappingItemType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:deviceName, tns:ebs, tns:noDevice, tns:virtualName
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:deviceName>{1,1}</tns:deviceName>
  <tns:virtualName>{0,1}</tns:virtualName>
  <tns:ebs>{0,1}</tns:ebs>
  <tns:noDevice>{0,1}</tns:noDevice>
</tns:item>
Source
<xs:element type="tns:blockDeviceMappingItemType" name="item" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:ResetInstanceAttribute
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#ResetInstanceAttribute_instanceId
Properties
content complex
Model
Children tns:instanceId
Instance
<tns:ResetInstanceAttribute xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:instanceId>{1,1}</tns:instanceId>
</tns:ResetInstanceAttribute>
Source
<xs:element name="ResetInstanceAttribute">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="instanceId"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:ResetInstanceAttribute / tns:instanceId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="instanceId"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeAvailabilityZonesResponse
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeAvailabilityZonesResponse_availabilityZoneInfo
Properties
content complex
Model
Children tns:availabilityZoneInfo
Instance
<tns:DescribeAvailabilityZonesResponse xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:availabilityZoneInfo>{1,1}</tns:availabilityZoneInfo>
</tns:DescribeAvailabilityZonesResponse>
Source
<xs:element name="DescribeAvailabilityZonesResponse">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="availabilityZoneInfo">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="tns:clusterInfoType" name="item" minOccurs="0" maxOccurs="unbounded"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeAvailabilityZonesResponse / tns:availabilityZoneInfo
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeAvailabilityZonesResponse_DescribeAvailabilityZonesResponse_availabilityZoneInfo_item
Properties
content complex
Model
Children tns:item
Instance
<tns:availabilityZoneInfo xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:availabilityZoneInfo>
Source
<xs:element name="availabilityZoneInfo">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="tns:clusterInfoType" name="item" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeAvailabilityZonesResponse / tns:availabilityZoneInfo / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#clusterInfoType_zoneName 2013-06-15_.tmp#clusterInfoType_zoneState 2013-06-15_.tmp#clusterInfoType_regionName 2013-06-15_.tmp#clusterInfoType_messageSet 2013-06-15_.tmp#clusterInfoType
Type tns:clusterInfoType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:messageSet, tns:regionName, tns:zoneName, tns:zoneState
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:zoneName>{1,1}</tns:zoneName>
  <tns:zoneState>{1,1}</tns:zoneState>
  <tns:regionName>{1,1}</tns:regionName>
  <tns:messageSet>{1,1}</tns:messageSet>
</tns:item>
Source
<xs:element type="tns:clusterInfoType" name="item" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:clusterInfoType / tns:zoneName
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="zoneName"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:clusterInfoType / tns:zoneState
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="zoneState"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:clusterInfoType / tns:regionName
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="regionName"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:clusterInfoType / tns:messageSet
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#clusterInfoType_clusterInfoType_messageSet_item
Properties
content complex
Model
Children tns:item
Instance
<tns:messageSet xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:messageSet>
Source
<xs:element name="messageSet">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="item" minOccurs="0" maxOccurs="unbounded">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="xs:string" name="message"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:clusterInfoType / tns:messageSet / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#clusterInfoType_clusterInfoType_messageSet_clusterInfoType_clusterInfoType_messageSet_item_message
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:message
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:message>{1,1}</tns:message>
</tns:item>
Source
<xs:element name="item" minOccurs="0" maxOccurs="unbounded">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="message"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:clusterInfoType / tns:messageSet / tns:item / tns:message
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="message"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:runningInstancesItemType / tns:instanceId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="instanceId"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:runningInstancesItemType / tns:imageId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="imageId"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:runningInstancesItemType / tns:instanceState
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#runningInstancesItemType_runningInstancesItemType_instanceState_code 2013-06-15_.tmp#runningInstancesItemType_runningInstancesItemType_instanceState_name
Properties
content complex
Model
Children tns:code, tns:name
Instance
<tns:instanceState xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:code>{1,1}</tns:code>
  <tns:name>{1,1}</tns:name>
</tns:instanceState>
Source
<xs:element name="instanceState">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="code"/>
      <xs:element type="xs:string" name="name"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:runningInstancesItemType / tns:instanceState / tns:code
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="code"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:runningInstancesItemType / tns:instanceState / tns:name
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="name"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:runningInstancesItemType / tns:privateDnsName
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="privateDnsName"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:runningInstancesItemType / tns:dnsName
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="dnsName"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:runningInstancesItemType / tns:reason
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="reason" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:runningInstancesItemType / tns:keyName
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="keyName" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:runningInstancesItemType / tns:amiLaunchIndex
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="amiLaunchIndex" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:runningInstancesItemType / tns:productCodes
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#runningInstancesItemType_runningInstancesItemType_productCodes_item
Properties
content complex
minOccurs 0
Model
Children tns:item
Instance
<tns:productCodes xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:productCodes>
Source
<xs:element name="productCodes" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="item" minOccurs="0" maxOccurs="unbounded">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="xs:string" name="productCode"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:runningInstancesItemType / tns:productCodes / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#runningInstancesItemType_runningInstancesItemType_productCodes_runningInstancesItemType_runningInstancesItemType_productCodes_item_productCode
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:productCode
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:productCode>{1,1}</tns:productCode>
</tns:item>
Source
<xs:element name="item" minOccurs="0" maxOccurs="unbounded">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="productCode"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:runningInstancesItemType / tns:productCodes / tns:item / tns:productCode
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="productCode"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:runningInstancesItemType / tns:instanceType
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="instanceType" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:runningInstancesItemType / tns:launchTime
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:dateTime
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:dateTime" name="launchTime" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:runningInstancesItemType / tns:placement
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#runningInstancesItemType_runningInstancesItemType_placement_availabilityZone
Properties
content complex
Model
Children tns:availabilityZone
Instance
<tns:placement xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:availabilityZone>{1,1}</tns:availabilityZone>
</tns:placement>
Source
<xs:element name="placement">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="availabilityZone"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:runningInstancesItemType / tns:placement / tns:availabilityZone
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="availabilityZone"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:runningInstancesItemType / tns:kernelId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="kernelId" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:runningInstancesItemType / tns:ramdiskId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="ramdiskId" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:runningInstancesItemType / tns:monitoring
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#runningInstancesItemType_runningInstancesItemType_monitoring_state
Properties
content complex
minOccurs 0
Model
Children tns:state
Instance
<tns:monitoring xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:state>{1,1}</tns:state>
</tns:monitoring>
Source
<xs:element name="monitoring" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="state"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:runningInstancesItemType / tns:monitoring / tns:state
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="state"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:runningInstancesItemType / tns:privateIpAddress
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="privateIpAddress"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:runningInstancesItemType / tns:ipAddress
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="ipAddress"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:runningInstancesItemType / tns:rootDeviceType
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="rootDeviceType"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:runningInstancesItemType / tns:rootDeviceName
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="rootDeviceName"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:runningInstancesItemType / tns:blockDeviceMapping
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#runningInstancesItemType_runningInstancesItemType_blockDeviceMapping_item
Properties
content complex
Model
Children tns:item
Instance
<tns:blockDeviceMapping xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:blockDeviceMapping>
Source
<xs:element name="blockDeviceMapping">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="tns:instanceBlockDeviceMapping" name="item" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:runningInstancesItemType / tns:blockDeviceMapping / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#instanceBlockDeviceMapping_deviceName 2013-06-15_.tmp#instanceBlockDeviceMapping_ebs 2013-06-15_.tmp#instanceBlockDeviceMapping
Type tns:instanceBlockDeviceMapping
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:deviceName, tns:ebs
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:deviceName>{1,1}</tns:deviceName>
  <tns:ebs>{0,1}</tns:ebs>
</tns:item>
Source
<xs:element type="tns:instanceBlockDeviceMapping" name="item" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:instanceBlockDeviceMapping / tns:deviceName
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="deviceName"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:instanceBlockDeviceMapping / tns:ebs
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#ebsInstanceBlockDeviceMapping_volumeId 2013-06-15_.tmp#ebsInstanceBlockDeviceMapping_status 2013-06-15_.tmp#ebsInstanceBlockDeviceMapping_attachTime 2013-06-15_.tmp#ebsInstanceBlockDeviceMapping_deleteOnTermination 2013-06-15_.tmp#ebsInstanceBlockDeviceMapping
Type tns:ebsInstanceBlockDeviceMapping
Properties
content complex
minOccurs 0
Model
Children tns:attachTime, tns:deleteOnTermination, tns:status, tns:volumeId
Instance
<tns:ebs xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:volumeId>{1,1}</tns:volumeId>
  <tns:status>{1,1}</tns:status>
  <tns:attachTime>{1,1}</tns:attachTime>
  <tns:deleteOnTermination>{1,1}</tns:deleteOnTermination>
</tns:ebs>
Source
<xs:element type="tns:ebsInstanceBlockDeviceMapping" name="ebs" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:ebsInstanceBlockDeviceMapping / tns:volumeId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="volumeId"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:ebsInstanceBlockDeviceMapping / tns:status
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="status"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:ebsInstanceBlockDeviceMapping / tns:attachTime
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:dateTime
Properties
content simple
Source
<xs:element type="xs:dateTime" name="attachTime"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:ebsInstanceBlockDeviceMapping / tns:deleteOnTermination
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:boolean
Properties
content simple
Source
<xs:element type="xs:boolean" name="deleteOnTermination"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:runningInstancesItemType / tns:clientToken
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="clientToken" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:runningInstancesItemType / tns:tagSet
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#runningInstancesItemType_runningInstancesItemType_tagSet_item
Properties
content complex
minOccurs 0
Model
Children tns:item
Instance
<tns:tagSet xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:tagSet>
Source
<xs:element name="tagSet" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="tns:resourceTag" name="item" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:runningInstancesItemType / tns:tagSet / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#resourceTag_key 2013-06-15_.tmp#resourceTag_value 2013-06-15_.tmp#resourceTag
Type tns:resourceTag
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:key, tns:value
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:key>{1,1}</tns:key>
  <tns:value>{1,1}</tns:value>
</tns:item>
Source
<xs:element type="tns:resourceTag" name="item" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:runningInstancesItemType / tns:iamInstanceProfile
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#iamInstanceProfile_arn 2013-06-15_.tmp#iamInstanceProfile_id 2013-06-15_.tmp#iamInstanceProfile
Type tns:iamInstanceProfile
Properties
content complex
Model
Children tns:arn, tns:id
Instance
<tns:iamInstanceProfile xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:arn>{0,1}</tns:arn>
  <tns:id>{0,1}</tns:id>
</tns:iamInstanceProfile>
Source
<xs:element type="tns:iamInstanceProfile" name="iamInstanceProfile"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:iamInstanceProfile / tns:arn
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="arn" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:iamInstanceProfile / tns:id
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="id" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:StopInstancesResponse
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#StopInstancesResponse_instancesSet
Properties
content complex
Model
Children tns:instancesSet
Instance
<tns:StopInstancesResponse xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:instancesSet>{1,1}</tns:instancesSet>
</tns:StopInstancesResponse>
Source
<xs:element name="StopInstancesResponse">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="instancesSet">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="tns:terminateInstancesItemType" name="item" minOccurs="0" maxOccurs="unbounded"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:StopInstancesResponse / tns:instancesSet
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#StopInstancesResponse_StopInstancesResponse_instancesSet_item
Properties
content complex
Model
Children tns:item
Instance
<tns:instancesSet xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:instancesSet>
Source
<xs:element name="instancesSet">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="tns:terminateInstancesItemType" name="item" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:StopInstancesResponse / tns:instancesSet / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#terminateInstancesItemType_instanceId 2013-06-15_.tmp#terminateInstancesItemType_currentState 2013-06-15_.tmp#terminateInstancesItemType_previousState 2013-06-15_.tmp#terminateInstancesItemType
Type tns:terminateInstancesItemType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:currentState, tns:instanceId, tns:previousState
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:instanceId>{1,1}</tns:instanceId>
  <tns:currentState>{1,1}</tns:currentState>
  <tns:previousState>{1,1}</tns:previousState>
</tns:item>
Source
<xs:element type="tns:terminateInstancesItemType" name="item" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeSpotPriceHistoryType
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Properties
content complex
Model
Source
<xs:element name="DescribeSpotPriceHistoryType">
  <xs:complexType>
    <xs:sequence/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:GetPasswordDataResponse
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#GetPasswordDataResponse_instanceId 2013-06-15_.tmp#GetPasswordDataResponse_timestamp 2013-06-15_.tmp#GetPasswordDataResponse_passwordData
Properties
content complex
Model
Children tns:instanceId, tns:passwordData, tns:timestamp
Instance
<tns:GetPasswordDataResponse xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:instanceId>{0,1}</tns:instanceId>
  <tns:timestamp>{0,1}</tns:timestamp>
  <tns:passwordData>{0,1}</tns:passwordData>
</tns:GetPasswordDataResponse>
Source
<xs:element name="GetPasswordDataResponse">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="instanceId" minOccurs="0"/>
      <xs:element type="xs:dateTime" name="timestamp" minOccurs="0"/>
      <xs:element type="xs:string" name="passwordData" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:GetPasswordDataResponse / tns:instanceId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="instanceId" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:GetPasswordDataResponse / tns:timestamp
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:dateTime
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:dateTime" name="timestamp" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:GetPasswordDataResponse / tns:passwordData
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="passwordData" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:ReleaseAddress
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#ReleaseAddress_publicIp
Properties
content complex
Model
Children tns:publicIp
Instance
<tns:ReleaseAddress xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:publicIp>{1,1}</tns:publicIp>
</tns:ReleaseAddress>
Source
<xs:element name="ReleaseAddress">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="publicIp"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:ReleaseAddress / tns:publicIp
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="publicIp"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeReservedInstancesResponse
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeReservedInstancesResponse_reservedInstancesSet
Properties
content complex
Model
Children tns:reservedInstancesSet
Instance
<tns:DescribeReservedInstancesResponse xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:reservedInstancesSet>{1,1}</tns:reservedInstancesSet>
</tns:DescribeReservedInstancesResponse>
Source
<xs:element name="DescribeReservedInstancesResponse">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="reservedInstancesSet">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="item" minOccurs="0" maxOccurs="unbounded">
              <xs:complexType>
                <xs:sequence>
                  <xs:element type="xs:string" name="reservedInstancesId"/>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeReservedInstancesResponse / tns:reservedInstancesSet
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeReservedInstancesResponse_DescribeReservedInstancesResponse_reservedInstancesSet_item
Properties
content complex
Model
Children tns:item
Instance
<tns:reservedInstancesSet xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:reservedInstancesSet>
Source
<xs:element name="reservedInstancesSet">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="item" minOccurs="0" maxOccurs="unbounded">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="xs:string" name="reservedInstancesId"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeReservedInstancesResponse / tns:reservedInstancesSet / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeReservedInstancesResponse_DescribeReservedInstancesResponse_reservedInstancesSet_DescribeReservedInstancesResponse_DescribeReservedInstancesResponse_reservedInstancesSet_item_reservedInstancesId
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:reservedInstancesId
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:reservedInstancesId>{1,1}</tns:reservedInstancesId>
</tns:item>
Source
<xs:element name="item" minOccurs="0" maxOccurs="unbounded">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="reservedInstancesId"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeReservedInstancesResponse / tns:reservedInstancesSet / tns:item / tns:reservedInstancesId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="reservedInstancesId"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:StartInstancesResponse
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#StartInstancesResponse_instancesSet
Properties
content complex
Model
Children tns:instancesSet
Instance
<tns:StartInstancesResponse xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:instancesSet>{1,1}</tns:instancesSet>
</tns:StartInstancesResponse>
Source
<xs:element name="StartInstancesResponse">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="instancesSet">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="tns:terminateInstancesItemType" name="item" minOccurs="0" maxOccurs="unbounded"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:StartInstancesResponse / tns:instancesSet
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#StartInstancesResponse_StartInstancesResponse_instancesSet_item
Properties
content complex
Model
Children tns:item
Instance
<tns:instancesSet xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:instancesSet>
Source
<xs:element name="instancesSet">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="tns:terminateInstancesItemType" name="item" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:StartInstancesResponse / tns:instancesSet / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#terminateInstancesItemType_instanceId 2013-06-15_.tmp#terminateInstancesItemType_currentState 2013-06-15_.tmp#terminateInstancesItemType_previousState 2013-06-15_.tmp#terminateInstancesItemType
Type tns:terminateInstancesItemType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:currentState, tns:instanceId, tns:previousState
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:instanceId>{1,1}</tns:instanceId>
  <tns:currentState>{1,1}</tns:currentState>
  <tns:previousState>{1,1}</tns:previousState>
</tns:item>
Source
<xs:element type="tns:terminateInstancesItemType" name="item" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeRegions
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeRegions_regionSet 2013-06-15_.tmp#DescribeRegions_filterSet
Properties
content complex
Model
Children tns:filterSet, tns:regionSet
Instance
<tns:DescribeRegions xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:regionSet>{1,1}</tns:regionSet>
  <tns:filterSet>{0,1}</tns:filterSet>
</tns:DescribeRegions>
Source
<xs:element name="DescribeRegions">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="regionSet">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="item" minOccurs="0" maxOccurs="unbounded">
              <xs:complexType>
                <xs:sequence>
                  <xs:element type="xs:string" name="regionName"/>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="filterSet" minOccurs="0">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="tns:filter" name="item" minOccurs="0" maxOccurs="unbounded"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeRegions / tns:regionSet
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeRegions_DescribeRegions_regionSet_item
Properties
content complex
Model
Children tns:item
Instance
<tns:regionSet xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:regionSet>
Source
<xs:element name="regionSet">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="item" minOccurs="0" maxOccurs="unbounded">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="xs:string" name="regionName"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeRegions / tns:regionSet / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeRegions_DescribeRegions_regionSet_DescribeRegions_DescribeRegions_regionSet_item_regionName
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:regionName
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:regionName>{1,1}</tns:regionName>
</tns:item>
Source
<xs:element name="item" minOccurs="0" maxOccurs="unbounded">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="regionName"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeRegions / tns:regionSet / tns:item / tns:regionName
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="regionName"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeRegions / tns:filterSet
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeRegions_DescribeRegions_filterSet_item
Properties
content complex
minOccurs 0
Model
Children tns:item
Instance
<tns:filterSet xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:filterSet>
Source
<xs:element name="filterSet" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="tns:filter" name="item" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeRegions / tns:filterSet / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#filter_name 2013-06-15_.tmp#filter_valueSet 2013-06-15_.tmp#filter
Type tns:filter
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:name, tns:valueSet
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:name>{1,1}</tns:name>
  <tns:valueSet>{1,1}</tns:valueSet>
</tns:item>
Source
<xs:element type="tns:filter" name="item" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DeleteVolume
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DeleteVolume_volumeId
Properties
content complex
Model
Children tns:volumeId
Instance
<tns:DeleteVolume xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:volumeId>{1,1}</tns:volumeId>
</tns:DeleteVolume>
Source
<xs:element name="DeleteVolume">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="volumeId"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DeleteVolume / tns:volumeId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="volumeId"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DeleteVolumeResponse
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DeleteVolumeResponse_return
Properties
content complex
Model
Children tns:return
Instance
<tns:DeleteVolumeResponse xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:return>{1,1}</tns:return>
</tns:DeleteVolumeResponse>
Source
<xs:element name="DeleteVolumeResponse">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:boolean" name="return"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DeleteVolumeResponse / tns:return
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:boolean
Properties
content simple
Source
<xs:element type="xs:boolean" name="return"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeInstancesResponse
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeInstancesResponse_reservationSet
Properties
content complex
Model
Children tns:reservationSet
Instance
<tns:DescribeInstancesResponse xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:reservationSet>{1,1}</tns:reservationSet>
</tns:DescribeInstancesResponse>
Source
<xs:element name="DescribeInstancesResponse">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="reservationSet">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="tns:reservationInfoType" name="item" minOccurs="0" maxOccurs="unbounded"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeInstancesResponse / tns:reservationSet
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeInstancesResponse_DescribeInstancesResponse_reservationSet_item
Properties
content complex
Model
Children tns:item
Instance
<tns:reservationSet xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:reservationSet>
Source
<xs:element name="reservationSet">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="tns:reservationInfoType" name="item" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeInstancesResponse / tns:reservationSet / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#http___ec2.amazonaws.com_doc_2013-06-15__reservationInfoType_reservationId 2013-06-15_.tmp#http___ec2.amazonaws.com_doc_2013-06-15__reservationInfoType_ownerId 2013-06-15_.tmp#http___ec2.amazonaws.com_doc_2013-06-15__reservationInfoType_groupSet 2013-06-15_.tmp#http___ec2.amazonaws.com_doc_2013-06-15__reservationInfoType_instancesSet 2013-06-15_.tmp#http___ec2.amazonaws.com_doc_2013-06-15__reservationInfoType 2013-06-15_.tmp#reservationInfoType
Type tns:reservationInfoType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:groupSet, tns:instancesSet, tns:ownerId, tns:reservationId
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:reservationId>{1,1}</tns:reservationId>
  <tns:ownerId>{1,1}</tns:ownerId>
  <tns:groupSet>{1,1}</tns:groupSet>
  <tns:instancesSet>{1,1}</tns:instancesSet>
</tns:item>
Source
<xs:element type="tns:reservationInfoType" name="item" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:reservationInfoType / tns:reservationId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="reservationId"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:reservationInfoType / tns:ownerId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="ownerId"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:reservationInfoType / tns:groupSet
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#http___ec2.amazonaws.com_doc_2013-06-15__reservationInfoType_http___ec2.amazonaws.com_doc_2013-06-15__reservationInfoType_groupSet_item
Properties
content complex
Model
Children tns:item
Instance
<tns:groupSet xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:groupSet>
Source
<xs:element name="groupSet">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="tns:groupItemType" name="item" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:reservationInfoType / tns:groupSet / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#groupItemType_groupId 2013-06-15_.tmp#groupItemType_groupName 2013-06-15_.tmp#groupItemType
Type tns:groupItemType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:groupId, tns:groupName
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:groupId>{0,1}</tns:groupId>
  <tns:groupName>{0,1}</tns:groupName>
</tns:item>
Source
<xs:element type="tns:groupItemType" name="item" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:reservationInfoType / tns:instancesSet
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#http___ec2.amazonaws.com_doc_2013-06-15__reservationInfoType_http___ec2.amazonaws.com_doc_2013-06-15__reservationInfoType_instancesSet_item
Properties
content complex
Model
Children tns:item
Instance
<tns:instancesSet xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:instancesSet>
Source
<xs:element name="instancesSet">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="tns:runningInstancesItemType" name="item" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:reservationInfoType / tns:instancesSet / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#runningInstancesItemType_instanceId 2013-06-15_.tmp#runningInstancesItemType_imageId 2013-06-15_.tmp#runningInstancesItemType_instanceState 2013-06-15_.tmp#runningInstancesItemType_privateDnsName 2013-06-15_.tmp#runningInstancesItemType_dnsName 2013-06-15_.tmp#runningInstancesItemType_reason 2013-06-15_.tmp#runningInstancesItemType_keyName 2013-06-15_.tmp#runningInstancesItemType_amiLaunchIndex 2013-06-15_.tmp#runningInstancesItemType_productCodes 2013-06-15_.tmp#runningInstancesItemType_instanceType 2013-06-15_.tmp#runningInstancesItemType_launchTime 2013-06-15_.tmp#runningInstancesItemType_placement 2013-06-15_.tmp#runningInstancesItemType_kernelId 2013-06-15_.tmp#runningInstancesItemType_ramdiskId 2013-06-15_.tmp#runningInstancesItemType_monitoring 2013-06-15_.tmp#runningInstancesItemType_privateIpAddress 2013-06-15_.tmp#runningInstancesItemType_ipAddress 2013-06-15_.tmp#runningInstancesItemType_rootDeviceType 2013-06-15_.tmp#runningInstancesItemType_rootDeviceName 2013-06-15_.tmp#runningInstancesItemType_blockDeviceMapping 2013-06-15_.tmp#runningInstancesItemType_clientToken 2013-06-15_.tmp#runningInstancesItemType_tagSet 2013-06-15_.tmp#runningInstancesItemType_iamInstanceProfile 2013-06-15_.tmp#runningInstancesItemType
Type tns:runningInstancesItemType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:amiLaunchIndex, tns:blockDeviceMapping, tns:clientToken, tns:dnsName, tns:iamInstanceProfile, tns:imageId, tns:instanceId, tns:instanceState, tns:instanceType, tns:ipAddress, tns:kernelId, tns:keyName, tns:launchTime, tns:monitoring, tns:placement, tns:privateDnsName, tns:privateIpAddress, tns:productCodes, tns:ramdiskId, tns:reason, tns:rootDeviceName, tns:rootDeviceType, tns:tagSet
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:instanceId>{1,1}</tns:instanceId>
  <tns:imageId>{1,1}</tns:imageId>
  <tns:instanceState>{1,1}</tns:instanceState>
  <tns:privateDnsName>{1,1}</tns:privateDnsName>
  <tns:dnsName>{1,1}</tns:dnsName>
  <tns:reason>{0,1}</tns:reason>
  <tns:keyName>{0,1}</tns:keyName>
  <tns:amiLaunchIndex>{0,1}</tns:amiLaunchIndex>
  <tns:productCodes>{0,1}</tns:productCodes>
  <tns:instanceType>{0,1}</tns:instanceType>
  <tns:launchTime>{0,1}</tns:launchTime>
  <tns:placement>{1,1}</tns:placement>
  <tns:kernelId>{0,1}</tns:kernelId>
  <tns:ramdiskId>{0,1}</tns:ramdiskId>
  <tns:monitoring>{0,1}</tns:monitoring>
  <tns:privateIpAddress>{1,1}</tns:privateIpAddress>
  <tns:ipAddress>{1,1}</tns:ipAddress>
  <tns:rootDeviceType>{1,1}</tns:rootDeviceType>
  <tns:rootDeviceName>{1,1}</tns:rootDeviceName>
  <tns:blockDeviceMapping>{1,1}</tns:blockDeviceMapping>
  <tns:clientToken>{0,1}</tns:clientToken>
  <tns:tagSet>{0,1}</tns:tagSet>
  <tns:iamInstanceProfile>{1,1}</tns:iamInstanceProfile>
</tns:item>
Source
<xs:element type="tns:runningInstancesItemType" name="item" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:AssociateAddress
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#AssociateAddress_publicIp 2013-06-15_.tmp#AssociateAddress_instanceId
Properties
content complex
Model
Children tns:instanceId, tns:publicIp
Instance
<tns:AssociateAddress xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:publicIp>{1,1}</tns:publicIp>
  <tns:instanceId>{1,1}</tns:instanceId>
</tns:AssociateAddress>
Source
<xs:element name="AssociateAddress">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="publicIp"/>
      <xs:element type="xs:string" name="instanceId"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:AssociateAddress / tns:publicIp
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="publicIp"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:AssociateAddress / tns:instanceId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="instanceId"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeSnapshots
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeSnapshots_snapshotSet 2013-06-15_.tmp#DescribeSnapshots_ownersSet 2013-06-15_.tmp#DescribeSnapshots_restorableBySet 2013-06-15_.tmp#DescribeSnapshots_filterSet
Properties
content complex
Model
Children tns:filterSet, tns:ownersSet, tns:restorableBySet, tns:snapshotSet
Instance
<tns:DescribeSnapshots xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:snapshotSet>{1,1}</tns:snapshotSet>
  <tns:ownersSet>{1,1}</tns:ownersSet>
  <tns:restorableBySet>{1,1}</tns:restorableBySet>
  <tns:filterSet>{0,1}</tns:filterSet>
</tns:DescribeSnapshots>
Source
<xs:element name="DescribeSnapshots">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="snapshotSet">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="item" minOccurs="0" maxOccurs="unbounded">
              <xs:complexType>
                <xs:sequence>
                  <xs:element type="xs:string" name="snapshotId"/>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="ownersSet">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="item" minOccurs="0" maxOccurs="unbounded">
              <xs:complexType>
                <xs:sequence>
                  <xs:element type="xs:string" name="owner"/>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="restorableBySet">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="item" minOccurs="0" maxOccurs="unbounded">
              <xs:complexType>
                <xs:sequence>
                  <xs:element type="xs:string" name="user"/>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="filterSet" minOccurs="0">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="tns:filter" name="item" minOccurs="0" maxOccurs="unbounded"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeSnapshots / tns:snapshotSet
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeSnapshots_DescribeSnapshots_snapshotSet_item
Properties
content complex
Model
Children tns:item
Instance
<tns:snapshotSet xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:snapshotSet>
Source
<xs:element name="snapshotSet">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="item" minOccurs="0" maxOccurs="unbounded">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="xs:string" name="snapshotId"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeSnapshots / tns:snapshotSet / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeSnapshots_DescribeSnapshots_snapshotSet_DescribeSnapshots_DescribeSnapshots_snapshotSet_item_snapshotId
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:snapshotId
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:snapshotId>{1,1}</tns:snapshotId>
</tns:item>
Source
<xs:element name="item" minOccurs="0" maxOccurs="unbounded">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="snapshotId"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeSnapshots / tns:snapshotSet / tns:item / tns:snapshotId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="snapshotId"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeSnapshots / tns:ownersSet
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeSnapshots_DescribeSnapshots_ownersSet_item
Properties
content complex
Model
Children tns:item
Instance
<tns:ownersSet xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:ownersSet>
Source
<xs:element name="ownersSet">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="item" minOccurs="0" maxOccurs="unbounded">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="xs:string" name="owner"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeSnapshots / tns:ownersSet / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeSnapshots_DescribeSnapshots_ownersSet_DescribeSnapshots_DescribeSnapshots_ownersSet_item_owner
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:owner
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:owner>{1,1}</tns:owner>
</tns:item>
Source
<xs:element name="item" minOccurs="0" maxOccurs="unbounded">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="owner"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeSnapshots / tns:ownersSet / tns:item / tns:owner
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="owner"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeSnapshots / tns:restorableBySet
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeSnapshots_DescribeSnapshots_restorableBySet_item
Properties
content complex
Model
Children tns:item
Instance
<tns:restorableBySet xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:restorableBySet>
Source
<xs:element name="restorableBySet">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="item" minOccurs="0" maxOccurs="unbounded">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="xs:string" name="user"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeSnapshots / tns:restorableBySet / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeSnapshots_DescribeSnapshots_restorableBySet_DescribeSnapshots_DescribeSnapshots_restorableBySet_item_user
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:user
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:user>{1,1}</tns:user>
</tns:item>
Source
<xs:element name="item" minOccurs="0" maxOccurs="unbounded">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="user"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeSnapshots / tns:restorableBySet / tns:item / tns:user
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="user"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeSnapshots / tns:filterSet
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeSnapshots_DescribeSnapshots_filterSet_item
Properties
content complex
minOccurs 0
Model
Children tns:item
Instance
<tns:filterSet xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:filterSet>
Source
<xs:element name="filterSet" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="tns:filter" name="item" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeSnapshots / tns:filterSet / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#filter_name 2013-06-15_.tmp#filter_valueSet 2013-06-15_.tmp#filter
Type tns:filter
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:name, tns:valueSet
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:name>{1,1}</tns:name>
  <tns:valueSet>{1,1}</tns:valueSet>
</tns:item>
Source
<xs:element type="tns:filter" name="item" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:RegisterImage
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#RegisterImage_imageLocation 2013-06-15_.tmp#RegisterImage_name 2013-06-15_.tmp#RegisterImage_description 2013-06-15_.tmp#RegisterImage_architecture 2013-06-15_.tmp#RegisterImage_kernelId 2013-06-15_.tmp#RegisterImage_ramdiskId 2013-06-15_.tmp#RegisterImage_rootDeviceName 2013-06-15_.tmp#RegisterImage_blockDeviceMapping
Properties
content complex
Model
Children tns:architecture, tns:blockDeviceMapping, tns:description, tns:imageLocation, tns:kernelId, tns:name, tns:ramdiskId, tns:rootDeviceName
Instance
<tns:RegisterImage xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:imageLocation>{0,1}</tns:imageLocation>
  <tns:name>{0,1}</tns:name>
  <tns:description>{0,1}</tns:description>
  <tns:architecture>{0,1}</tns:architecture>
  <tns:kernelId>{0,1}</tns:kernelId>
  <tns:ramdiskId>{0,1}</tns:ramdiskId>
  <tns:rootDeviceName>{0,1}</tns:rootDeviceName>
  <tns:blockDeviceMapping>{0,1}</tns:blockDeviceMapping>
</tns:RegisterImage>
Source
<xs:element name="RegisterImage">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="imageLocation" minOccurs="0"/>
      <xs:element type="xs:string" name="name" minOccurs="0"/>
      <xs:element type="xs:string" name="description" minOccurs="0"/>
      <xs:element type="xs:string" name="architecture" minOccurs="0"/>
      <xs:element type="xs:string" name="kernelId" minOccurs="0"/>
      <xs:element type="xs:string" name="ramdiskId" minOccurs="0"/>
      <xs:element type="xs:string" name="rootDeviceName" minOccurs="0"/>
      <xs:element name="blockDeviceMapping" minOccurs="0">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="tns:blockDeviceMappingItemType" name="item" minOccurs="0" maxOccurs="unbounded"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:RegisterImage / tns:imageLocation
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="imageLocation" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:RegisterImage / tns:name
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="name" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:RegisterImage / tns:description
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="description" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:RegisterImage / tns:architecture
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="architecture" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:RegisterImage / tns:kernelId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="kernelId" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:RegisterImage / tns:ramdiskId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="ramdiskId" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:RegisterImage / tns:rootDeviceName
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="rootDeviceName" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:RegisterImage / tns:blockDeviceMapping
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#RegisterImage_RegisterImage_blockDeviceMapping_item
Properties
content complex
minOccurs 0
Model
Children tns:item
Instance
<tns:blockDeviceMapping xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:blockDeviceMapping>
Source
<xs:element name="blockDeviceMapping" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="tns:blockDeviceMappingItemType" name="item" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:RegisterImage / tns:blockDeviceMapping / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#blockDeviceMappingItemType_deviceName 2013-06-15_.tmp#blockDeviceMappingItemType_virtualName 2013-06-15_.tmp#blockDeviceMappingItemType_ebs 2013-06-15_.tmp#blockDeviceMappingItemType_noDevice 2013-06-15_.tmp#blockDeviceMappingItemType
Type tns:blockDeviceMappingItemType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:deviceName, tns:ebs, tns:noDevice, tns:virtualName
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:deviceName>{1,1}</tns:deviceName>
  <tns:virtualName>{0,1}</tns:virtualName>
  <tns:ebs>{0,1}</tns:ebs>
  <tns:noDevice>{0,1}</tns:noDevice>
</tns:item>
Source
<xs:element type="tns:blockDeviceMappingItemType" name="item" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeSubnetsResponseType
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Properties
content complex
Model
Source
<xs:element name="DescribeSubnetsResponseType">
  <xs:complexType>
    <xs:sequence/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeSecurityGroups
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeSecurityGroups_securityGroupSet 2013-06-15_.tmp#DescribeSecurityGroups_securityGroupIdSet 2013-06-15_.tmp#DescribeSecurityGroups_filterSet
Properties
content complex
Model
Children tns:filterSet, tns:securityGroupIdSet, tns:securityGroupSet
Instance
<tns:DescribeSecurityGroups xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:securityGroupSet>{1,1}</tns:securityGroupSet>
  <tns:securityGroupIdSet>{1,1}</tns:securityGroupIdSet>
  <tns:filterSet>{0,1}</tns:filterSet>
</tns:DescribeSecurityGroups>
Source
<xs:element name="DescribeSecurityGroups">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="securityGroupSet">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="item" minOccurs="0" maxOccurs="unbounded">
              <xs:complexType>
                <xs:sequence>
                  <xs:element type="xs:string" name="groupName"/>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="securityGroupIdSet">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="item" minOccurs="0" maxOccurs="unbounded">
              <xs:complexType>
                <xs:sequence>
                  <xs:element type="xs:string" name="groupId"/>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="filterSet" minOccurs="0">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="tns:filter" name="item" minOccurs="0" maxOccurs="unbounded"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeSecurityGroups / tns:securityGroupSet
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeSecurityGroups_DescribeSecurityGroups_securityGroupSet_item
Properties
content complex
Model
Children tns:item
Instance
<tns:securityGroupSet xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:securityGroupSet>
Source
<xs:element name="securityGroupSet">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="item" minOccurs="0" maxOccurs="unbounded">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="xs:string" name="groupName"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeSecurityGroups / tns:securityGroupSet / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeSecurityGroups_DescribeSecurityGroups_securityGroupSet_DescribeSecurityGroups_DescribeSecurityGroups_securityGroupSet_item_groupName
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:groupName
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:groupName>{1,1}</tns:groupName>
</tns:item>
Source
<xs:element name="item" minOccurs="0" maxOccurs="unbounded">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="groupName"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeSecurityGroups / tns:securityGroupSet / tns:item / tns:groupName
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="groupName"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeSecurityGroups / tns:securityGroupIdSet
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeSecurityGroups_DescribeSecurityGroups_securityGroupIdSet_item
Properties
content complex
Model
Children tns:item
Instance
<tns:securityGroupIdSet xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:securityGroupIdSet>
Source
<xs:element name="securityGroupIdSet">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="item" minOccurs="0" maxOccurs="unbounded">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="xs:string" name="groupId"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeSecurityGroups / tns:securityGroupIdSet / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeSecurityGroups_DescribeSecurityGroups_securityGroupIdSet_DescribeSecurityGroups_DescribeSecurityGroups_securityGroupIdSet_item_groupId
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:groupId
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:groupId>{1,1}</tns:groupId>
</tns:item>
Source
<xs:element name="item" minOccurs="0" maxOccurs="unbounded">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="groupId"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeSecurityGroups / tns:securityGroupIdSet / tns:item / tns:groupId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="groupId"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeSecurityGroups / tns:filterSet
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeSecurityGroups_DescribeSecurityGroups_filterSet_item
Properties
content complex
minOccurs 0
Model
Children tns:item
Instance
<tns:filterSet xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:filterSet>
Source
<xs:element name="filterSet" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="tns:filter" name="item" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeSecurityGroups / tns:filterSet / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#filter_name 2013-06-15_.tmp#filter_valueSet 2013-06-15_.tmp#filter
Type tns:filter
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:name, tns:valueSet
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:name>{1,1}</tns:name>
  <tns:valueSet>{1,1}</tns:valueSet>
</tns:item>
Source
<xs:element type="tns:filter" name="item" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeInstanceAttribute
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeInstanceAttribute_instanceId
Properties
content complex
Model
Children tns:instanceId
Instance
<tns:DescribeInstanceAttribute xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:instanceId>{1,1}</tns:instanceId>
</tns:DescribeInstanceAttribute>
Source
<xs:element name="DescribeInstanceAttribute">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="instanceId"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeInstanceAttribute / tns:instanceId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="instanceId"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:ResetImageAttributeResponse
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#ResetImageAttributeResponse_return
Properties
content complex
Model
Children tns:return
Instance
<tns:ResetImageAttributeResponse xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:return>{1,1}</tns:return>
</tns:ResetImageAttributeResponse>
Source
<xs:element name="ResetImageAttributeResponse">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:boolean" name="return"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:ResetImageAttributeResponse / tns:return
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:boolean
Properties
content simple
Source
<xs:element type="xs:boolean" name="return"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:ResetSnapshotAttributeResponse
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#ResetSnapshotAttributeResponse_return
Properties
content complex
Model
Children tns:return
Instance
<tns:ResetSnapshotAttributeResponse xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:return>{1,1}</tns:return>
</tns:ResetSnapshotAttributeResponse>
Source
<xs:element name="ResetSnapshotAttributeResponse">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:boolean" name="return"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:ResetSnapshotAttributeResponse / tns:return
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:boolean
Properties
content simple
Source
<xs:element type="xs:boolean" name="return"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeSpotInstanceRequests
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Properties
content complex
Model
Source
<xs:element name="DescribeSpotInstanceRequests">
  <xs:complexType>
    <xs:sequence/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:RebootInstancesResponse
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#RebootInstancesResponse_return
Properties
content complex
Model
Children tns:return
Instance
<tns:RebootInstancesResponse xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:return>{1,1}</tns:return>
</tns:RebootInstancesResponse>
Source
<xs:element name="RebootInstancesResponse">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:boolean" name="return"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:RebootInstancesResponse / tns:return
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:boolean
Properties
content simple
Source
<xs:element type="xs:boolean" name="return"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:CreateKeyPairResponse
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#CreateKeyPairResponse_keyName 2013-06-15_.tmp#CreateKeyPairResponse_keyFingerprint 2013-06-15_.tmp#CreateKeyPairResponse_keyMaterial
Properties
content complex
Model
Children tns:keyFingerprint, tns:keyMaterial, tns:keyName
Instance
<tns:CreateKeyPairResponse xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:keyName>{1,1}</tns:keyName>
  <tns:keyFingerprint>{1,1}</tns:keyFingerprint>
  <tns:keyMaterial>{1,1}</tns:keyMaterial>
</tns:CreateKeyPairResponse>
Source
<xs:element name="CreateKeyPairResponse">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="keyName"/>
      <xs:element type="xs:string" name="keyFingerprint"/>
      <xs:element type="xs:string" name="keyMaterial"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:CreateKeyPairResponse / tns:keyName
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="keyName"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:CreateKeyPairResponse / tns:keyFingerprint
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="keyFingerprint"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:CreateKeyPairResponse / tns:keyMaterial
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="keyMaterial"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeImageAttributeResponse
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeImageAttributeResponse_imageId 2013-06-15_.tmp#DescribeImageAttributeResponse_launchPermission 2013-06-15_.tmp#DescribeImageAttributeResponse_productCodes 2013-06-15_.tmp#DescribeImageAttributeResponse_kernel 2013-06-15_.tmp#DescribeImageAttributeResponse_ramdisk 2013-06-15_.tmp#DescribeImageAttributeResponse_blockDeviceMapping 2013-06-15_.tmp#DescribeImageAttributeResponse_description
Properties
content complex
Model
Children tns:blockDeviceMapping, tns:description, tns:imageId, tns:kernel, tns:launchPermission, tns:productCodes, tns:ramdisk
Instance
<tns:DescribeImageAttributeResponse xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:imageId>{1,1}</tns:imageId>
  <tns:launchPermission>{0,1}</tns:launchPermission>
  <tns:productCodes>{0,1}</tns:productCodes>
  <tns:kernel>{0,1}</tns:kernel>
  <tns:ramdisk>{0,1}</tns:ramdisk>
  <tns:blockDeviceMapping>{0,1}</tns:blockDeviceMapping>
  <tns:description>{0,1}</tns:description>
</tns:DescribeImageAttributeResponse>
Source
<xs:element name="DescribeImageAttributeResponse">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="imageId"/>
      <xs:element name="launchPermission" minOccurs="0">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="tns:launchPermissionItemType" name="item" minOccurs="0" maxOccurs="unbounded"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="productCodes" minOccurs="0">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="item" minOccurs="0" maxOccurs="unbounded">
              <xs:complexType>
                <xs:sequence>
                  <xs:element type="xs:string" name="productCode"/>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="kernel" minOccurs="0">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="xs:string" name="value" minOccurs="0" maxOccurs="unbounded"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="ramdisk" minOccurs="0">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="xs:string" name="value" minOccurs="0" maxOccurs="unbounded"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="blockDeviceMapping" minOccurs="0">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="tns:blockDeviceMappingItemType" name="item" minOccurs="0" maxOccurs="unbounded"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="description" minOccurs="0">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="xs:string" name="value" minOccurs="0" maxOccurs="unbounded"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeImageAttributeResponse / tns:imageId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="imageId"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeImageAttributeResponse / tns:launchPermission
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeImageAttributeResponse_DescribeImageAttributeResponse_launchPermission_item
Properties
content complex
minOccurs 0
Model
Children tns:item
Instance
<tns:launchPermission xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:launchPermission>
Source
<xs:element name="launchPermission" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="tns:launchPermissionItemType" name="item" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeImageAttributeResponse / tns:launchPermission / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#launchPermissionItemType_userId 2013-06-15_.tmp#launchPermissionItemType_group 2013-06-15_.tmp#launchPermissionItemType
Type tns:launchPermissionItemType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:group, tns:userId
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:userId>{0,1}</tns:userId>
  <tns:group>{0,1}</tns:group>
</tns:item>
Source
<xs:element type="tns:launchPermissionItemType" name="item" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeImageAttributeResponse / tns:productCodes
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeImageAttributeResponse_DescribeImageAttributeResponse_productCodes_item
Properties
content complex
minOccurs 0
Model
Children tns:item
Instance
<tns:productCodes xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:productCodes>
Source
<xs:element name="productCodes" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="item" minOccurs="0" maxOccurs="unbounded">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="xs:string" name="productCode"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeImageAttributeResponse / tns:productCodes / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeImageAttributeResponse_DescribeImageAttributeResponse_productCodes_DescribeImageAttributeResponse_DescribeImageAttributeResponse_productCodes_item_productCode
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:productCode
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:productCode>{1,1}</tns:productCode>
</tns:item>
Source
<xs:element name="item" minOccurs="0" maxOccurs="unbounded">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="productCode"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeImageAttributeResponse / tns:productCodes / tns:item / tns:productCode
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="productCode"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeImageAttributeResponse / tns:kernel
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeImageAttributeResponse_DescribeImageAttributeResponse_kernel_value
Properties
content complex
minOccurs 0
Model
Children tns:value
Instance
<tns:kernel xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:value>{0,unbounded}</tns:value>
</tns:kernel>
Source
<xs:element name="kernel" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="value" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeImageAttributeResponse / tns:kernel / tns:value
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<xs:element type="xs:string" name="value" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeImageAttributeResponse / tns:ramdisk
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeImageAttributeResponse_DescribeImageAttributeResponse_ramdisk_value
Properties
content complex
minOccurs 0
Model
Children tns:value
Instance
<tns:ramdisk xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:value>{0,unbounded}</tns:value>
</tns:ramdisk>
Source
<xs:element name="ramdisk" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="value" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeImageAttributeResponse / tns:ramdisk / tns:value
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<xs:element type="xs:string" name="value" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeImageAttributeResponse / tns:blockDeviceMapping
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeImageAttributeResponse_DescribeImageAttributeResponse_blockDeviceMapping_item
Properties
content complex
minOccurs 0
Model
Children tns:item
Instance
<tns:blockDeviceMapping xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:blockDeviceMapping>
Source
<xs:element name="blockDeviceMapping" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="tns:blockDeviceMappingItemType" name="item" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeImageAttributeResponse / tns:blockDeviceMapping / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#blockDeviceMappingItemType_deviceName 2013-06-15_.tmp#blockDeviceMappingItemType_virtualName 2013-06-15_.tmp#blockDeviceMappingItemType_ebs 2013-06-15_.tmp#blockDeviceMappingItemType_noDevice 2013-06-15_.tmp#blockDeviceMappingItemType
Type tns:blockDeviceMappingItemType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:deviceName, tns:ebs, tns:noDevice, tns:virtualName
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:deviceName>{1,1}</tns:deviceName>
  <tns:virtualName>{0,1}</tns:virtualName>
  <tns:ebs>{0,1}</tns:ebs>
  <tns:noDevice>{0,1}</tns:noDevice>
</tns:item>
Source
<xs:element type="tns:blockDeviceMappingItemType" name="item" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeImageAttributeResponse / tns:description
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeImageAttributeResponse_DescribeImageAttributeResponse_description_value
Properties
content complex
minOccurs 0
Model
Children tns:value
Instance
<tns:description xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:value>{0,unbounded}</tns:value>
</tns:description>
Source
<xs:element name="description" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="value" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeImageAttributeResponse / tns:description / tns:value
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<xs:element type="xs:string" name="value" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeReservedInstancesOfferingsResponse
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeReservedInstancesOfferingsResponse_reservedInstancesOfferingsSet
Properties
content complex
Model
Children tns:reservedInstancesOfferingsSet
Instance
<tns:DescribeReservedInstancesOfferingsResponse xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:reservedInstancesOfferingsSet>{1,1}</tns:reservedInstancesOfferingsSet>
</tns:DescribeReservedInstancesOfferingsResponse>
Source
<xs:element name="DescribeReservedInstancesOfferingsResponse">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="reservedInstancesOfferingsSet">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="item" minOccurs="0" maxOccurs="unbounded">
              <xs:complexType>
                <xs:sequence>
                  <xs:element type="xs:string" name="reservedInstancesId"/>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeReservedInstancesOfferingsResponse / tns:reservedInstancesOfferingsSet
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeReservedInstancesOfferingsResponse_DescribeReservedInstancesOfferingsResponse_reservedInstancesOfferingsSet_item
Properties
content complex
Model
Children tns:item
Instance
<tns:reservedInstancesOfferingsSet xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:reservedInstancesOfferingsSet>
Source
<xs:element name="reservedInstancesOfferingsSet">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="item" minOccurs="0" maxOccurs="unbounded">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="xs:string" name="reservedInstancesId"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeReservedInstancesOfferingsResponse / tns:reservedInstancesOfferingsSet / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeReservedInstancesOfferingsResponse_DescribeReservedInstancesOfferingsResponse_reservedInstancesOfferingsSet_DescribeReservedInstancesOfferingsResponse_DescribeReservedInstancesOfferingsResponse_reservedInstancesOfferingsSet_item_reservedInstancesId
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:reservedInstancesId
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:reservedInstancesId>{1,1}</tns:reservedInstancesId>
</tns:item>
Source
<xs:element name="item" minOccurs="0" maxOccurs="unbounded">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="reservedInstancesId"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeReservedInstancesOfferingsResponse / tns:reservedInstancesOfferingsSet / tns:item / tns:reservedInstancesId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="reservedInstancesId"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:AssociateAddressResponse
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#AssociateAddressResponse_return
Properties
content complex
Model
Children tns:return
Instance
<tns:AssociateAddressResponse xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:return>{1,1}</tns:return>
</tns:AssociateAddressResponse>
Source
<xs:element name="AssociateAddressResponse">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:boolean" name="return"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:AssociateAddressResponse / tns:return
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:boolean
Properties
content simple
Source
<xs:element type="xs:boolean" name="return"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:CreateSnapshotResponse
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#snapshot_snapshotId 2013-06-15_.tmp#snapshot_volumeId 2013-06-15_.tmp#snapshot_status 2013-06-15_.tmp#snapshot_startTime 2013-06-15_.tmp#snapshot_progress 2013-06-15_.tmp#snapshot_ownerId 2013-06-15_.tmp#snapshot_volumeSize 2013-06-15_.tmp#snapshot_description 2013-06-15_.tmp#snapshot_tagSet 2013-06-15_.tmp#snapshot
Properties
content complex
Model
Children tns:description, tns:ownerId, tns:progress, tns:snapshotId, tns:startTime, tns:status, tns:tagSet, tns:volumeId, tns:volumeSize
Instance
<tns:CreateSnapshotResponse xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:snapshotId>{1,1}</tns:snapshotId>
  <tns:volumeId>{1,1}</tns:volumeId>
  <tns:status>{1,1}</tns:status>
  <tns:startTime>{1,1}</tns:startTime>
  <tns:progress>{1,1}</tns:progress>
  <tns:ownerId>{1,1}</tns:ownerId>
  <tns:volumeSize>{1,1}</tns:volumeSize>
  <tns:description>{0,1}</tns:description>
  <tns:tagSet>{0,1}</tns:tagSet>
</tns:CreateSnapshotResponse>
Source
<xs:element name="CreateSnapshotResponse">
  <xs:complexType>
    <xs:sequence>
      <xs:group ref="tns:snapshot"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:UnmonitorInstancesResponse
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#UnmonitorInstancesResponse_instancesSet
Properties
content complex
Model
Children tns:instancesSet
Instance
<tns:UnmonitorInstancesResponse xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:instancesSet>{0,1}</tns:instancesSet>
</tns:UnmonitorInstancesResponse>
Source
<xs:element name="UnmonitorInstancesResponse">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="instancesSet" minOccurs="0">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="tns:monitorInstanceState" name="item" minOccurs="0" maxOccurs="unbounded"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:UnmonitorInstancesResponse / tns:instancesSet
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#UnmonitorInstancesResponse_UnmonitorInstancesResponse_instancesSet_item
Properties
content complex
minOccurs 0
Model
Children tns:item
Instance
<tns:instancesSet xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:instancesSet>
Source
<xs:element name="instancesSet" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="tns:monitorInstanceState" name="item" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:UnmonitorInstancesResponse / tns:instancesSet / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#monitorInstanceState_instanceId 2013-06-15_.tmp#monitorInstanceState_monitoring 2013-06-15_.tmp#monitorInstanceState
Type tns:monitorInstanceState
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:instanceId, tns:monitoring
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:instanceId>{1,1}</tns:instanceId>
  <tns:monitoring>{1,1}</tns:monitoring>
</tns:item>
Source
<xs:element type="tns:monitorInstanceState" name="item" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:monitorInstanceState / tns:instanceId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="instanceId"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:monitorInstanceState / tns:monitoring
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#monitorInstanceState_monitorInstanceState_monitoring_state
Properties
content complex
Model
Children tns:state
Instance
<tns:monitoring xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:state>{1,1}</tns:state>
</tns:monitoring>
Source
<xs:element name="monitoring">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="state"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:monitorInstanceState / tns:monitoring / tns:state
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="state"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeImageAttribute
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeImageAttribute_imageId 2013-06-15_.tmp#DescribeImageAttribute_launchPermission 2013-06-15_.tmp#DescribeImageAttribute_productCodes 2013-06-15_.tmp#DescribeImageAttribute_kernel 2013-06-15_.tmp#DescribeImageAttribute_ramdisk 2013-06-15_.tmp#DescribeImageAttribute_blockDeviceMapping 2013-06-15_.tmp#DescribeImageAttribute_description
Properties
content complex
Model
Children tns:blockDeviceMapping, tns:description, tns:imageId, tns:kernel, tns:launchPermission, tns:productCodes, tns:ramdisk
Instance
<tns:DescribeImageAttribute xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:imageId>{1,1}</tns:imageId>
  <tns:launchPermission>{0,1}</tns:launchPermission>
  <tns:productCodes>{0,1}</tns:productCodes>
  <tns:kernel>{0,1}</tns:kernel>
  <tns:ramdisk>{0,1}</tns:ramdisk>
  <tns:blockDeviceMapping>{0,1}</tns:blockDeviceMapping>
  <tns:description>{0,1}</tns:description>
</tns:DescribeImageAttribute>
Source
<xs:element name="DescribeImageAttribute">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="imageId"/>
      <xs:element type="xs:string" name="launchPermission" minOccurs="0"/>
      <xs:element type="xs:string" name="productCodes" minOccurs="0"/>
      <xs:element type="xs:string" name="kernel" minOccurs="0"/>
      <xs:element type="xs:string" name="ramdisk" minOccurs="0"/>
      <xs:element type="xs:string" name="blockDeviceMapping" minOccurs="0"/>
      <xs:element type="xs:string" name="description" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeImageAttribute / tns:imageId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="imageId"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeImageAttribute / tns:launchPermission
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="launchPermission" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeImageAttribute / tns:productCodes
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="productCodes" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeImageAttribute / tns:kernel
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="kernel" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeImageAttribute / tns:ramdisk
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="ramdisk" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeImageAttribute / tns:blockDeviceMapping
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="blockDeviceMapping" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeImageAttribute / tns:description
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="description" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:ModifySnapshotAttributeResponse
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#ModifySnapshotAttributeResponse_return
Properties
content complex
Model
Children tns:return
Instance
<tns:ModifySnapshotAttributeResponse xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:return>{1,1}</tns:return>
</tns:ModifySnapshotAttributeResponse>
Source
<xs:element name="ModifySnapshotAttributeResponse">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:boolean" name="return"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:ModifySnapshotAttributeResponse / tns:return
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:boolean
Properties
content simple
Source
<xs:element type="xs:boolean" name="return"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:BundleInstanceResponse
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#BundleInstanceResponse_bundleInstanceTask
Properties
content complex
Model
Children tns:bundleInstanceTask
Instance
<tns:BundleInstanceResponse xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:bundleInstanceTask>{1,1}</tns:bundleInstanceTask>
</tns:BundleInstanceResponse>
Source
<xs:element name="BundleInstanceResponse">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="tns:bundleTask" name="bundleInstanceTask"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:BundleInstanceResponse / tns:bundleInstanceTask
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#bundleTask_instanceId 2013-06-15_.tmp#bundleTask_bundleId 2013-06-15_.tmp#bundleTask_state 2013-06-15_.tmp#bundleTask_startTime 2013-06-15_.tmp#bundleTask_updateTime 2013-06-15_.tmp#bundleTask_progress 2013-06-15_.tmp#bundleTask_storage 2013-06-15_.tmp#bundleTask
Type tns:bundleTask
Properties
content complex
Model
Children tns:bundleId, tns:instanceId, tns:progress, tns:startTime, tns:state, tns:storage, tns:updateTime
Instance
<tns:bundleInstanceTask xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:instanceId>{1,1}</tns:instanceId>
  <tns:bundleId>{1,1}</tns:bundleId>
  <tns:state>{1,1}</tns:state>
  <tns:startTime>{1,1}</tns:startTime>
  <tns:updateTime>{1,1}</tns:updateTime>
  <tns:progress>{1,1}</tns:progress>
  <tns:storage>{1,1}</tns:storage>
</tns:bundleInstanceTask>
Source
<xs:element type="tns:bundleTask" name="bundleInstanceTask"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:AttachVolumeResponse
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#attachedVolume_volumeId 2013-06-15_.tmp#attachedVolume_instanceId 2013-06-15_.tmp#attachedVolume_device 2013-06-15_.tmp#attachedVolume_status 2013-06-15_.tmp#attachedVolume_attachTime 2013-06-15_.tmp#attachedVolume
Properties
content complex
Model
Children tns:attachTime, tns:device, tns:instanceId, tns:status, tns:volumeId
Instance
<tns:AttachVolumeResponse xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:volumeId>{1,1}</tns:volumeId>
  <tns:instanceId>{1,1}</tns:instanceId>
  <tns:device>{1,1}</tns:device>
  <tns:status>{1,1}</tns:status>
  <tns:attachTime>{1,1}</tns:attachTime>
</tns:AttachVolumeResponse>
Source
<xs:element name="AttachVolumeResponse">
  <xs:complexType>
    <xs:sequence>
      <xs:group ref="tns:attachedVolume"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:ModifyImageAttributeResponse
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#ModifyImageAttributeResponse_return
Properties
content complex
Model
Children tns:return
Instance
<tns:ModifyImageAttributeResponse xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:return>{1,1}</tns:return>
</tns:ModifyImageAttributeResponse>
Source
<xs:element name="ModifyImageAttributeResponse">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:boolean" name="return"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:ModifyImageAttributeResponse / tns:return
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:boolean
Properties
content simple
Source
<xs:element type="xs:boolean" name="return"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeRegionsResponse
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeRegionsResponse_regionInfo
Properties
content complex
Model
Children tns:regionInfo
Instance
<tns:DescribeRegionsResponse xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:regionInfo>{1,1}</tns:regionInfo>
</tns:DescribeRegionsResponse>
Source
<xs:element name="DescribeRegionsResponse">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="regionInfo">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="tns:regionInfoType" name="item" minOccurs="0" maxOccurs="unbounded"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeRegionsResponse / tns:regionInfo
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeRegionsResponse_DescribeRegionsResponse_regionInfo_item
Properties
content complex
Model
Children tns:item
Instance
<tns:regionInfo xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:regionInfo>
Source
<xs:element name="regionInfo">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="tns:regionInfoType" name="item" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeRegionsResponse / tns:regionInfo / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#regionInfoType_regionName 2013-06-15_.tmp#regionInfoType_regionEndpoint 2013-06-15_.tmp#regionInfoType
Type tns:regionInfoType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:regionEndpoint, tns:regionName
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:regionName>{1,1}</tns:regionName>
  <tns:regionEndpoint>{1,1}</tns:regionEndpoint>
</tns:item>
Source
<xs:element type="tns:regionInfoType" name="item" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:regionInfoType / tns:regionName
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="regionName"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:regionInfoType / tns:regionEndpoint
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="regionEndpoint"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeSubnetsType
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Properties
content complex
Model
Source
<xs:element name="DescribeSubnetsType">
  <xs:complexType>
    <xs:sequence/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeReservedInstances
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeReservedInstances_reservedInstancesSet
Properties
content complex
Model
Children tns:reservedInstancesSet
Instance
<tns:DescribeReservedInstances xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:reservedInstancesSet>{1,1}</tns:reservedInstancesSet>
</tns:DescribeReservedInstances>
Source
<xs:element name="DescribeReservedInstances">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="reservedInstancesSet">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="item" minOccurs="0" maxOccurs="unbounded">
              <xs:complexType>
                <xs:sequence>
                  <xs:element type="xs:string" name="reservedInstancesId"/>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeReservedInstances / tns:reservedInstancesSet
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeReservedInstances_DescribeReservedInstances_reservedInstancesSet_item
Properties
content complex
Model
Children tns:item
Instance
<tns:reservedInstancesSet xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:reservedInstancesSet>
Source
<xs:element name="reservedInstancesSet">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="item" minOccurs="0" maxOccurs="unbounded">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="xs:string" name="reservedInstancesId"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeReservedInstances / tns:reservedInstancesSet / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeReservedInstances_DescribeReservedInstances_reservedInstancesSet_DescribeReservedInstances_DescribeReservedInstances_reservedInstancesSet_item_reservedInstancesId
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:reservedInstancesId
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:reservedInstancesId>{1,1}</tns:reservedInstancesId>
</tns:item>
Source
<xs:element name="item" minOccurs="0" maxOccurs="unbounded">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="reservedInstancesId"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeReservedInstances / tns:reservedInstancesSet / tns:item / tns:reservedInstancesId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="reservedInstancesId"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeSnapshotAttributeResponse
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeSnapshotAttributeResponse_snapshotId 2013-06-15_.tmp#DescribeSnapshotAttributeResponse_createVolumePermission
Properties
content complex
Model
Children tns:createVolumePermission, tns:snapshotId
Instance
<tns:DescribeSnapshotAttributeResponse xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:snapshotId>{1,1}</tns:snapshotId>
  <tns:createVolumePermission>{0,1}</tns:createVolumePermission>
</tns:DescribeSnapshotAttributeResponse>
Source
<xs:element name="DescribeSnapshotAttributeResponse">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="snapshotId"/>
      <xs:element name="createVolumePermission" minOccurs="0">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="tns:volumePermissionType" name="item" minOccurs="0" maxOccurs="unbounded"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeSnapshotAttributeResponse / tns:snapshotId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="snapshotId"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeSnapshotAttributeResponse / tns:createVolumePermission
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeSnapshotAttributeResponse_DescribeSnapshotAttributeResponse_createVolumePermission_item
Properties
content complex
minOccurs 0
Model
Children tns:item
Instance
<tns:createVolumePermission xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:createVolumePermission>
Source
<xs:element name="createVolumePermission" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="tns:volumePermissionType" name="item" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeSnapshotAttributeResponse / tns:createVolumePermission / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#volumePermissionType_userId 2013-06-15_.tmp#volumePermissionType_group 2013-06-15_.tmp#volumePermissionType
Type tns:volumePermissionType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:group, tns:userId
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:userId>{0,1}</tns:userId>
  <tns:group>{0,1}</tns:group>
</tns:item>
Source
<xs:element type="tns:volumePermissionType" name="item" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeSnapshotsResponse
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeSnapshotsResponse_snapshotSet
Properties
content complex
Model
Children tns:snapshotSet
Instance
<tns:DescribeSnapshotsResponse xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:snapshotSet>{1,1}</tns:snapshotSet>
</tns:DescribeSnapshotsResponse>
Source
<xs:element name="DescribeSnapshotsResponse">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="snapshotSet">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="tns:snapshot" name="item" minOccurs="0" maxOccurs="unbounded"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeSnapshotsResponse / tns:snapshotSet
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeSnapshotsResponse_DescribeSnapshotsResponse_snapshotSet_item
Properties
content complex
Model
Children tns:item
Instance
<tns:snapshotSet xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:snapshotSet>
Source
<xs:element name="snapshotSet">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="tns:snapshot" name="item" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeSnapshotsResponse / tns:snapshotSet / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#snapshot_snapshotId 2013-06-15_.tmp#snapshot_volumeId 2013-06-15_.tmp#snapshot_status 2013-06-15_.tmp#snapshot_startTime 2013-06-15_.tmp#snapshot_progress 2013-06-15_.tmp#snapshot_ownerId 2013-06-15_.tmp#snapshot_volumeSize 2013-06-15_.tmp#snapshot_description 2013-06-15_.tmp#snapshot_tagSet 2013-06-15_.tmp#snapshot 2013-06-15_.tmp#http___ec2.amazonaws.com_doc_2013-06-15__snapshot
Type tns:snapshot
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:description, tns:ownerId, tns:progress, tns:snapshotId, tns:startTime, tns:status, tns:tagSet, tns:volumeId, tns:volumeSize
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:snapshotId>{1,1}</tns:snapshotId>
  <tns:volumeId>{1,1}</tns:volumeId>
  <tns:status>{1,1}</tns:status>
  <tns:startTime>{1,1}</tns:startTime>
  <tns:progress>{1,1}</tns:progress>
  <tns:ownerId>{1,1}</tns:ownerId>
  <tns:volumeSize>{1,1}</tns:volumeSize>
  <tns:description>{0,1}</tns:description>
  <tns:tagSet>{0,1}</tns:tagSet>
</tns:item>
Source
<xs:element type="tns:snapshot" name="item" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:instanceStatusSetType / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#instanceStatusItemType_instanceId 2013-06-15_.tmp#instanceStatusItemType_availabilityZone 2013-06-15_.tmp#instanceStatusItemType_eventsSet 2013-06-15_.tmp#instanceStatusItemType_instanceState 2013-06-15_.tmp#instanceStatusItemType_systemStatus 2013-06-15_.tmp#instanceStatusItemType_instanceStatus 2013-06-15_.tmp#instanceStatusItemType
Type tns:instanceStatusItemType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:availabilityZone, tns:eventsSet, tns:instanceId, tns:instanceState, tns:instanceStatus, tns:systemStatus
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:instanceId>{1,1}</tns:instanceId>
  <tns:availabilityZone>{1,1}</tns:availabilityZone>
  <tns:eventsSet>{0,1}</tns:eventsSet>
  <tns:instanceState>{1,1}</tns:instanceState>
  <tns:systemStatus>{1,1}</tns:systemStatus>
  <tns:instanceStatus>{1,1}</tns:instanceStatus>
</tns:item>
Source
<xs:element type="tns:instanceStatusItemType" name="item" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:CreateVolumeResponse
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#http___ec2.amazonaws.com_doc_2013-06-15__volume_volumeId 2013-06-15_.tmp#http___ec2.amazonaws.com_doc_2013-06-15__volume_size 2013-06-15_.tmp#http___ec2.amazonaws.com_doc_2013-06-15__volume_snapshotId 2013-06-15_.tmp#http___ec2.amazonaws.com_doc_2013-06-15__volume_availabilityZone 2013-06-15_.tmp#http___ec2.amazonaws.com_doc_2013-06-15__volume_status 2013-06-15_.tmp#http___ec2.amazonaws.com_doc_2013-06-15__volume_createTime 2013-06-15_.tmp#http___ec2.amazonaws.com_doc_2013-06-15__volume_attachmentSet 2013-06-15_.tmp#http___ec2.amazonaws.com_doc_2013-06-15__volume_tagSet 2013-06-15_.tmp#http___ec2.amazonaws.com_doc_2013-06-15__volume
Properties
content complex
Model
Children tns:attachmentSet, tns:availabilityZone, tns:createTime, tns:size, tns:snapshotId, tns:status, tns:tagSet, tns:volumeId
Instance
<tns:CreateVolumeResponse xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:volumeId>{1,1}</tns:volumeId>
  <tns:size>{0,1}</tns:size>
  <tns:snapshotId>{0,1}</tns:snapshotId>
  <tns:availabilityZone>{1,1}</tns:availabilityZone>
  <tns:status>{1,1}</tns:status>
  <tns:createTime>{1,1}</tns:createTime>
  <tns:attachmentSet>{1,1}</tns:attachmentSet>
  <tns:tagSet>{0,1}</tns:tagSet>
</tns:CreateVolumeResponse>
Source
<xs:element name="CreateVolumeResponse">
  <xs:complexType>
    <xs:sequence>
      <xs:group ref="tns:volume"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DeleteTagsResponse
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#eucalyptusMessage 2013-06-15_.tmp#DeleteTagsResponse_return
Type extension of tns:eucalyptusMessage
Type hierarchy
Properties
content complex
Model
Children tns:return
Instance
<tns:DeleteTagsResponse xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:return>{1,1}</tns:return>
</tns:DeleteTagsResponse>
Source
<xs:element name="DeleteTagsResponse">
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="tns:eucalyptusMessage">
        <xs:sequence>
          <xs:element type="xs:boolean" name="return"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DeleteTagsResponse / tns:return
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:boolean
Properties
content simple
Source
<xs:element type="xs:boolean" name="return"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:RevokeSecurityGroupIngressResponse
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#RevokeSecurityGroupIngressResponse_return
Properties
content complex
Model
Children tns:return
Instance
<tns:RevokeSecurityGroupIngressResponse xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:return>{1,1}</tns:return>
</tns:RevokeSecurityGroupIngressResponse>
Source
<xs:element name="RevokeSecurityGroupIngressResponse">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:boolean" name="return"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:RevokeSecurityGroupIngressResponse / tns:return
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:boolean
Properties
content simple
Source
<xs:element type="xs:boolean" name="return"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:MonitorInstancesResponse
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#MonitorInstancesResponse_instancesSet
Properties
content complex
Model
Children tns:instancesSet
Instance
<tns:MonitorInstancesResponse xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:instancesSet>{0,1}</tns:instancesSet>
</tns:MonitorInstancesResponse>
Source
<xs:element name="MonitorInstancesResponse">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="instancesSet" minOccurs="0">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="tns:monitorInstanceState" name="item" minOccurs="0" maxOccurs="unbounded"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:MonitorInstancesResponse / tns:instancesSet
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#MonitorInstancesResponse_MonitorInstancesResponse_instancesSet_item
Properties
content complex
minOccurs 0
Model
Children tns:item
Instance
<tns:instancesSet xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:instancesSet>
Source
<xs:element name="instancesSet" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="tns:monitorInstanceState" name="item" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:MonitorInstancesResponse / tns:instancesSet / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#monitorInstanceState_instanceId 2013-06-15_.tmp#monitorInstanceState_monitoring 2013-06-15_.tmp#monitorInstanceState
Type tns:monitorInstanceState
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:instanceId, tns:monitoring
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:instanceId>{1,1}</tns:instanceId>
  <tns:monitoring>{1,1}</tns:monitoring>
</tns:item>
Source
<xs:element type="tns:monitorInstanceState" name="item" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeReservedInstancesOfferings
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeReservedInstancesOfferings_reservedInstancesOfferingsSet 2013-06-15_.tmp#DescribeReservedInstancesOfferings_instanceType 2013-06-15_.tmp#DescribeReservedInstancesOfferings_availabilityZone 2013-06-15_.tmp#DescribeReservedInstancesOfferings_productDescription
Properties
content complex
Model
Children tns:availabilityZone, tns:instanceType, tns:productDescription, tns:reservedInstancesOfferingsSet
Instance
<tns:DescribeReservedInstancesOfferings xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:reservedInstancesOfferingsSet>{1,1}</tns:reservedInstancesOfferingsSet>
  <tns:instanceType>{0,1}</tns:instanceType>
  <tns:availabilityZone>{0,1}</tns:availabilityZone>
  <tns:productDescription>{0,1}</tns:productDescription>
</tns:DescribeReservedInstancesOfferings>
Source
<xs:element name="DescribeReservedInstancesOfferings">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="reservedInstancesOfferingsSet">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="item" minOccurs="0" maxOccurs="unbounded">
              <xs:complexType>
                <xs:sequence>
                  <xs:element type="xs:string" name="reservedInstancesOfferingId"/>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element type="xs:string" name="instanceType" minOccurs="0"/>
      <xs:element type="xs:string" name="availabilityZone" minOccurs="0"/>
      <xs:element type="xs:string" name="productDescription" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeReservedInstancesOfferings / tns:reservedInstancesOfferingsSet
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeReservedInstancesOfferings_DescribeReservedInstancesOfferings_reservedInstancesOfferingsSet_item
Properties
content complex
Model
Children tns:item
Instance
<tns:reservedInstancesOfferingsSet xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:reservedInstancesOfferingsSet>
Source
<xs:element name="reservedInstancesOfferingsSet">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="item" minOccurs="0" maxOccurs="unbounded">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="xs:string" name="reservedInstancesOfferingId"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeReservedInstancesOfferings / tns:reservedInstancesOfferingsSet / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeReservedInstancesOfferings_DescribeReservedInstancesOfferings_reservedInstancesOfferingsSet_DescribeReservedInstancesOfferings_DescribeReservedInstancesOfferings_reservedInstancesOfferingsSet_item_reservedInstancesOfferingId
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:reservedInstancesOfferingId
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:reservedInstancesOfferingId>{1,1}</tns:reservedInstancesOfferingId>
</tns:item>
Source
<xs:element name="item" minOccurs="0" maxOccurs="unbounded">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="reservedInstancesOfferingId"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeReservedInstancesOfferings / tns:reservedInstancesOfferingsSet / tns:item / tns:reservedInstancesOfferingId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="reservedInstancesOfferingId"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeReservedInstancesOfferings / tns:instanceType
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="instanceType" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeReservedInstancesOfferings / tns:availabilityZone
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="availabilityZone" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeReservedInstancesOfferings / tns:productDescription
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="productDescription" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:CancelBundleTaskResponse
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#CancelBundleTaskResponse_bundleInstanceTask
Properties
content complex
Model
Children tns:bundleInstanceTask
Instance
<tns:CancelBundleTaskResponse xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:bundleInstanceTask>{1,1}</tns:bundleInstanceTask>
</tns:CancelBundleTaskResponse>
Source
<xs:element name="CancelBundleTaskResponse">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="tns:bundleTask" name="bundleInstanceTask"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:CancelBundleTaskResponse / tns:bundleInstanceTask
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#bundleTask_instanceId 2013-06-15_.tmp#bundleTask_bundleId 2013-06-15_.tmp#bundleTask_state 2013-06-15_.tmp#bundleTask_startTime 2013-06-15_.tmp#bundleTask_updateTime 2013-06-15_.tmp#bundleTask_progress 2013-06-15_.tmp#bundleTask_storage 2013-06-15_.tmp#bundleTask
Type tns:bundleTask
Properties
content complex
Model
Children tns:bundleId, tns:instanceId, tns:progress, tns:startTime, tns:state, tns:storage, tns:updateTime
Instance
<tns:bundleInstanceTask xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:instanceId>{1,1}</tns:instanceId>
  <tns:bundleId>{1,1}</tns:bundleId>
  <tns:state>{1,1}</tns:state>
  <tns:startTime>{1,1}</tns:startTime>
  <tns:updateTime>{1,1}</tns:updateTime>
  <tns:progress>{1,1}</tns:progress>
  <tns:storage>{1,1}</tns:storage>
</tns:bundleInstanceTask>
Source
<xs:element type="tns:bundleTask" name="bundleInstanceTask"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DeregisterImage
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DeregisterImage_imageId
Properties
content complex
Model
Children tns:imageId
Instance
<tns:DeregisterImage xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:imageId>{1,1}</tns:imageId>
</tns:DeregisterImage>
Source
<xs:element name="DeregisterImage">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="imageId"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DeregisterImage / tns:imageId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="imageId"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:ResetInstanceAttributeResponse
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#ResetInstanceAttributeResponse_return
Properties
content complex
Model
Children tns:return
Instance
<tns:ResetInstanceAttributeResponse xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:return>{1,1}</tns:return>
</tns:ResetInstanceAttributeResponse>
Source
<xs:element name="ResetInstanceAttributeResponse">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:boolean" name="return"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:ResetInstanceAttributeResponse / tns:return
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:boolean
Properties
content simple
Source
<xs:element type="xs:boolean" name="return"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:CreateKeyPair
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#CreateKeyPair_keyName
Properties
content complex
Model
Children tns:keyName
Instance
<tns:CreateKeyPair xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:keyName>{1,1}</tns:keyName>
</tns:CreateKeyPair>
Source
<xs:element name="CreateKeyPair">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="keyName"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:CreateKeyPair / tns:keyName
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="keyName"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:CreateSecurityGroup
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#CreateSecurityGroup_groupName 2013-06-15_.tmp#CreateSecurityGroup_groupDescription
Properties
content complex
Model
Children tns:groupDescription, tns:groupName
Instance
<tns:CreateSecurityGroup xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:groupName>{1,1}</tns:groupName>
  <tns:groupDescription>{1,1}</tns:groupDescription>
</tns:CreateSecurityGroup>
Source
<xs:element name="CreateSecurityGroup">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="groupName"/>
      <xs:element type="xs:string" name="groupDescription"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:CreateSecurityGroup / tns:groupName
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="groupName"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:CreateSecurityGroup / tns:groupDescription
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="groupDescription"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:CreateVolume
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#CreateVolume_size 2013-06-15_.tmp#CreateVolume_availabilityZone 2013-06-15_.tmp#CreateVolume_snapshotId
Properties
content complex
Model
Children tns:availabilityZone, tns:size, tns:snapshotId
Instance
<tns:CreateVolume xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:size>{0,1}</tns:size>
  <tns:availabilityZone>{1,1}</tns:availabilityZone>
  <tns:snapshotId>{0,1}</tns:snapshotId>
</tns:CreateVolume>
Source
<xs:element name="CreateVolume">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="size" minOccurs="0"/>
      <xs:element type="xs:string" name="availabilityZone"/>
      <xs:element type="xs:string" name="snapshotId" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:CreateVolume / tns:size
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="size" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:CreateVolume / tns:availabilityZone
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="availabilityZone"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:CreateVolume / tns:snapshotId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="snapshotId" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:ModifyInstanceAttributeResponse
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#ModifyInstanceAttributeResponse_return
Properties
content complex
Model
Children tns:return
Instance
<tns:ModifyInstanceAttributeResponse xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:return>{1,1}</tns:return>
</tns:ModifyInstanceAttributeResponse>
Source
<xs:element name="ModifyInstanceAttributeResponse">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:boolean" name="return"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:ModifyInstanceAttributeResponse / tns:return
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:boolean
Properties
content simple
Source
<xs:element type="xs:boolean" name="return"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeAddressesResponse
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeAddressesResponse_addressesSet
Properties
content complex
Model
Children tns:addressesSet
Instance
<tns:DescribeAddressesResponse xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:addressesSet>{1,1}</tns:addressesSet>
</tns:DescribeAddressesResponse>
Source
<xs:element name="DescribeAddressesResponse">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="addressesSet">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="tns:addressInfoType" name="item" minOccurs="0" maxOccurs="unbounded"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeAddressesResponse / tns:addressesSet
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeAddressesResponse_DescribeAddressesResponse_addressesSet_item
Properties
content complex
Model
Children tns:item
Instance
<tns:addressesSet xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:addressesSet>
Source
<xs:element name="addressesSet">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="tns:addressInfoType" name="item" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeAddressesResponse / tns:addressesSet / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#addressInfoType_publicIp 2013-06-15_.tmp#addressInfoType_instanceId 2013-06-15_.tmp#addressInfoType
Type tns:addressInfoType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:instanceId, tns:publicIp
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:publicIp>{1,1}</tns:publicIp>
  <tns:instanceId>{0,1}</tns:instanceId>
</tns:item>
Source
<xs:element type="tns:addressInfoType" name="item" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:ImportKeyPairResponse
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#ImportKeyPairResponse_keyName 2013-06-15_.tmp#ImportKeyPairResponse_keyFingerprint
Properties
content complex
Model
Children tns:keyFingerprint, tns:keyName
Instance
<tns:ImportKeyPairResponse xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:keyName>{1,1}</tns:keyName>
  <tns:keyFingerprint>{1,1}</tns:keyFingerprint>
</tns:ImportKeyPairResponse>
Source
<xs:element name="ImportKeyPairResponse">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="keyName"/>
      <xs:element type="xs:string" name="keyFingerprint"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:ImportKeyPairResponse / tns:keyName
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="keyName"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:ImportKeyPairResponse / tns:keyFingerprint
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="keyFingerprint"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:RunInstancesResponse
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#http___ec2.amazonaws.com_doc_2013-06-15__reservationInfoType_reservationId 2013-06-15_.tmp#http___ec2.amazonaws.com_doc_2013-06-15__reservationInfoType_ownerId 2013-06-15_.tmp#http___ec2.amazonaws.com_doc_2013-06-15__reservationInfoType_groupSet 2013-06-15_.tmp#http___ec2.amazonaws.com_doc_2013-06-15__reservationInfoType_instancesSet 2013-06-15_.tmp#http___ec2.amazonaws.com_doc_2013-06-15__reservationInfoType
Properties
content complex
Model
Children tns:groupSet, tns:instancesSet, tns:ownerId, tns:reservationId
Instance
<tns:RunInstancesResponse xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:reservationId>{1,1}</tns:reservationId>
  <tns:ownerId>{1,1}</tns:ownerId>
  <tns:groupSet>{1,1}</tns:groupSet>
  <tns:instancesSet>{1,1}</tns:instancesSet>
</tns:RunInstancesResponse>
Source
<xs:element name="RunInstancesResponse">
  <xs:complexType>
    <xs:sequence>
      <xs:group ref="tns:reservationInfoType"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:RebootInstances
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#RebootInstances_instancesSet
Properties
content complex
Model
Children tns:instancesSet
Instance
<tns:RebootInstances xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:instancesSet>{1,1}</tns:instancesSet>
</tns:RebootInstances>
Source
<xs:element name="RebootInstances">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="instancesSet">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="item" minOccurs="0" maxOccurs="unbounded">
              <xs:complexType>
                <xs:sequence>
                  <xs:element type="xs:string" name="instanceId"/>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:RebootInstances / tns:instancesSet
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#RebootInstances_RebootInstances_instancesSet_item
Properties
content complex
Model
Children tns:item
Instance
<tns:instancesSet xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:instancesSet>
Source
<xs:element name="instancesSet">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="item" minOccurs="0" maxOccurs="unbounded">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="xs:string" name="instanceId"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:RebootInstances / tns:instancesSet / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#RebootInstances_RebootInstances_instancesSet_RebootInstances_RebootInstances_instancesSet_item_instanceId
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:instanceId
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:instanceId>{1,1}</tns:instanceId>
</tns:item>
Source
<xs:element name="item" minOccurs="0" maxOccurs="unbounded">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="instanceId"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:RebootInstances / tns:instancesSet / tns:item / tns:instanceId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="instanceId"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:AllocateAddress
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Properties
content complex
Model
Source
<xs:element name="AllocateAddress">
  <xs:complexType>
    <xs:sequence/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:CreatePlacementGroupResponse
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#CreatePlacementGroupResponse_return
Properties
content complex
Model
Children tns:return
Instance
<tns:CreatePlacementGroupResponse xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:return>{1,1}</tns:return>
</tns:CreatePlacementGroupResponse>
Source
<xs:element name="CreatePlacementGroupResponse">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:boolean" name="return"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:CreatePlacementGroupResponse / tns:return
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:boolean
Properties
content simple
Source
<xs:element type="xs:boolean" name="return"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DeregisterImageResponse
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DeregisterImageResponse_return
Properties
content complex
Model
Children tns:return
Instance
<tns:DeregisterImageResponse xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:return>{1,1}</tns:return>
</tns:DeregisterImageResponse>
Source
<xs:element name="DeregisterImageResponse">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:boolean" name="return"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DeregisterImageResponse / tns:return
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:boolean
Properties
content simple
Source
<xs:element type="xs:boolean" name="return"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeSpotPriceHistoryResponseType
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Properties
content complex
Model
Source
<xs:element name="DescribeSpotPriceHistoryResponseType">
  <xs:complexType>
    <xs:sequence/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DisassociateAddressResponse
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DisassociateAddressResponse_return
Properties
content complex
Model
Children tns:return
Instance
<tns:DisassociateAddressResponse xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:return>{1,1}</tns:return>
</tns:DisassociateAddressResponse>
Source
<xs:element name="DisassociateAddressResponse">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:boolean" name="return"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DisassociateAddressResponse / tns:return
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:boolean
Properties
content simple
Source
<xs:element type="xs:boolean" name="return"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:TerminateInstances
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#TerminateInstances_instancesSet
Properties
content complex
Model
Children tns:instancesSet
Instance
<tns:TerminateInstances xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:instancesSet>{1,1}</tns:instancesSet>
</tns:TerminateInstances>
Source
<xs:element name="TerminateInstances">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="instancesSet">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="item" minOccurs="0" maxOccurs="unbounded">
              <xs:complexType>
                <xs:sequence>
                  <xs:element type="xs:string" name="instanceId"/>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:TerminateInstances / tns:instancesSet
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#TerminateInstances_TerminateInstances_instancesSet_item
Properties
content complex
Model
Children tns:item
Instance
<tns:instancesSet xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:instancesSet>
Source
<xs:element name="instancesSet">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="item" minOccurs="0" maxOccurs="unbounded">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="xs:string" name="instanceId"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:TerminateInstances / tns:instancesSet / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#TerminateInstances_TerminateInstances_instancesSet_TerminateInstances_TerminateInstances_instancesSet_item_instanceId
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:instanceId
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:instanceId>{1,1}</tns:instanceId>
</tns:item>
Source
<xs:element name="item" minOccurs="0" maxOccurs="unbounded">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="instanceId"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:TerminateInstances / tns:instancesSet / tns:item / tns:instanceId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="instanceId"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:CreateSecurityGroupResponse
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#CreateSecurityGroupResponse_return 2013-06-15_.tmp#CreateSecurityGroupResponse_groupId
Properties
content complex
Model
Children tns:groupId, tns:return
Instance
<tns:CreateSecurityGroupResponse xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:return>{1,1}</tns:return>
  <tns:groupId>{1,1}</tns:groupId>
</tns:CreateSecurityGroupResponse>
Source
<xs:element name="CreateSecurityGroupResponse">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:boolean" name="return"/>
      <xs:element type="xs:string" name="groupId"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:CreateSecurityGroupResponse / tns:return
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:boolean
Properties
content simple
Source
<xs:element type="xs:boolean" name="return"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:CreateSecurityGroupResponse / tns:groupId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="groupId"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:StopInstances
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#StopInstances_instancesSet 2013-06-15_.tmp#StopInstances_force
Properties
content complex
Model
Children tns:force, tns:instancesSet
Instance
<tns:StopInstances xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:instancesSet>{1,1}</tns:instancesSet>
  <tns:force>{0,1}</tns:force>
</tns:StopInstances>
Source
<xs:element name="StopInstances">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="instancesSet">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="item" minOccurs="0" maxOccurs="unbounded">
              <xs:complexType>
                <xs:sequence>
                  <xs:element type="xs:string" name="instanceId"/>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element type="xs:boolean" name="force" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:StopInstances / tns:instancesSet
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#StopInstances_StopInstances_instancesSet_item
Properties
content complex
Model
Children tns:item
Instance
<tns:instancesSet xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:instancesSet>
Source
<xs:element name="instancesSet">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="item" minOccurs="0" maxOccurs="unbounded">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="xs:string" name="instanceId"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:StopInstances / tns:instancesSet / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#StopInstances_StopInstances_instancesSet_StopInstances_StopInstances_instancesSet_item_instanceId
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:instanceId
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:instanceId>{1,1}</tns:instanceId>
</tns:item>
Source
<xs:element name="item" minOccurs="0" maxOccurs="unbounded">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="instanceId"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:StopInstances / tns:instancesSet / tns:item / tns:instanceId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="instanceId"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:StopInstances / tns:force
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:boolean
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:boolean" name="force" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeSpotInstanceRequestsResponse
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Properties
content complex
Model
Source
<xs:element name="DescribeSpotInstanceRequestsResponse">
  <xs:complexType>
    <xs:sequence/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:AuthorizeSecurityGroupIngress
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#AuthorizeSecurityGroupIngress_userId 2013-06-15_.tmp#AuthorizeSecurityGroupIngress_groupId 2013-06-15_.tmp#AuthorizeSecurityGroupIngress_groupName 2013-06-15_.tmp#AuthorizeSecurityGroupIngress_ipPermissions
Properties
content complex
Model
Children tns:groupId, tns:groupName, tns:ipPermissions, tns:userId
Instance
<tns:AuthorizeSecurityGroupIngress xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:userId>{0,1}</tns:userId>
  <tns:groupId>{0,1}</tns:groupId>
  <tns:groupName>{0,1}</tns:groupName>
  <tns:ipPermissions>{1,1}</tns:ipPermissions>
</tns:AuthorizeSecurityGroupIngress>
Source
<xs:element name="AuthorizeSecurityGroupIngress">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="userId" minOccurs="0"/>
      <xs:element type="xs:string" name="groupId" minOccurs="0"/>
      <xs:element type="xs:string" name="groupName" minOccurs="0"/>
      <xs:element name="ipPermissions">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="tns:ipPermissionType" name="item" minOccurs="0" maxOccurs="unbounded"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:AuthorizeSecurityGroupIngress / tns:userId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="userId" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:AuthorizeSecurityGroupIngress / tns:groupId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="groupId" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:AuthorizeSecurityGroupIngress / tns:groupName
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="groupName" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:AuthorizeSecurityGroupIngress / tns:ipPermissions
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#AuthorizeSecurityGroupIngress_AuthorizeSecurityGroupIngress_ipPermissions_item
Properties
content complex
Model
Children tns:item
Instance
<tns:ipPermissions xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:ipPermissions>
Source
<xs:element name="ipPermissions">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="tns:ipPermissionType" name="item" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:AuthorizeSecurityGroupIngress / tns:ipPermissions / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#ipPermissionType_ipProtocol 2013-06-15_.tmp#ipPermissionType_fromPort 2013-06-15_.tmp#ipPermissionType_toPort 2013-06-15_.tmp#ipPermissionType_groups 2013-06-15_.tmp#ipPermissionType_ipRanges 2013-06-15_.tmp#ipPermissionType
Type tns:ipPermissionType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:fromPort, tns:groups, tns:ipProtocol, tns:ipRanges, tns:toPort
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:ipProtocol>{1,1}</tns:ipProtocol>
  <tns:fromPort>{1,1}</tns:fromPort>
  <tns:toPort>{1,1}</tns:toPort>
  <tns:groups>{1,1}</tns:groups>
  <tns:ipRanges>{1,1}</tns:ipRanges>
</tns:item>
Source
<xs:element type="tns:ipPermissionType" name="item" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DetachVolume
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DetachVolume_volumeId 2013-06-15_.tmp#DetachVolume_instanceId 2013-06-15_.tmp#DetachVolume_device 2013-06-15_.tmp#DetachVolume_force
Properties
content complex
Model
Children tns:device, tns:force, tns:instanceId, tns:volumeId
Instance
<tns:DetachVolume xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:volumeId>{1,1}</tns:volumeId>
  <tns:instanceId>{0,1}</tns:instanceId>
  <tns:device>{0,1}</tns:device>
  <tns:force>{0,1}</tns:force>
</tns:DetachVolume>
Source
<xs:element name="DetachVolume">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="volumeId"/>
      <xs:element type="xs:string" name="instanceId" minOccurs="0"/>
      <xs:element type="xs:string" name="device" minOccurs="0"/>
      <xs:element type="xs:boolean" name="force" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DetachVolume / tns:volumeId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="volumeId"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DetachVolume / tns:instanceId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="instanceId" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DetachVolume / tns:device
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="device" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DetachVolume / tns:force
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:boolean
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:boolean" name="force" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DisassociateAddress
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DisassociateAddress_publicIp
Properties
content complex
Model
Children tns:publicIp
Instance
<tns:DisassociateAddress xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:publicIp>{1,1}</tns:publicIp>
</tns:DisassociateAddress>
Source
<xs:element name="DisassociateAddress">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="publicIp"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DisassociateAddress / tns:publicIp
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="publicIp"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:RevokeSecurityGroupIngress
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#RevokeSecurityGroupIngress_userId 2013-06-15_.tmp#RevokeSecurityGroupIngress_groupId 2013-06-15_.tmp#RevokeSecurityGroupIngress_groupName 2013-06-15_.tmp#RevokeSecurityGroupIngress_ipPermissions
Properties
content complex
Model
Children tns:groupId, tns:groupName, tns:ipPermissions, tns:userId
Instance
<tns:RevokeSecurityGroupIngress xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:userId>{0,1}</tns:userId>
  <tns:groupId>{0,1}</tns:groupId>
  <tns:groupName>{0,1}</tns:groupName>
  <tns:ipPermissions>{1,1}</tns:ipPermissions>
</tns:RevokeSecurityGroupIngress>
Source
<xs:element name="RevokeSecurityGroupIngress">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="userId" minOccurs="0"/>
      <xs:element type="xs:string" name="groupId" minOccurs="0"/>
      <xs:element type="xs:string" name="groupName" minOccurs="0"/>
      <xs:element name="ipPermissions">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="tns:ipPermissionType" name="item" minOccurs="0" maxOccurs="unbounded"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:RevokeSecurityGroupIngress / tns:userId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="userId" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:RevokeSecurityGroupIngress / tns:groupId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="groupId" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:RevokeSecurityGroupIngress / tns:groupName
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="groupName" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:RevokeSecurityGroupIngress / tns:ipPermissions
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#RevokeSecurityGroupIngress_RevokeSecurityGroupIngress_ipPermissions_item
Properties
content complex
Model
Children tns:item
Instance
<tns:ipPermissions xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:ipPermissions>
Source
<xs:element name="ipPermissions">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="tns:ipPermissionType" name="item" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:RevokeSecurityGroupIngress / tns:ipPermissions / tns:item
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#ipPermissionType_ipProtocol 2013-06-15_.tmp#ipPermissionType_fromPort 2013-06-15_.tmp#ipPermissionType_toPort 2013-06-15_.tmp#ipPermissionType_groups 2013-06-15_.tmp#ipPermissionType_ipRanges 2013-06-15_.tmp#ipPermissionType
Type tns:ipPermissionType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:fromPort, tns:groups, tns:ipProtocol, tns:ipRanges, tns:toPort
Instance
<tns:item xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:ipProtocol>{1,1}</tns:ipProtocol>
  <tns:fromPort>{1,1}</tns:fromPort>
  <tns:toPort>{1,1}</tns:toPort>
  <tns:groups>{1,1}</tns:groups>
  <tns:ipRanges>{1,1}</tns:ipRanges>
</tns:item>
Source
<xs:element type="tns:ipPermissionType" name="item" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:GetConsoleOutput
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#GetConsoleOutput_instanceId
Properties
content complex
Model
Children tns:instanceId
Instance
<tns:GetConsoleOutput xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:instanceId>{1,1}</tns:instanceId>
</tns:GetConsoleOutput>
Source
<xs:element name="GetConsoleOutput">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="instanceId"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:GetConsoleOutput / tns:instanceId
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element type="xs:string" name="instanceId"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeInstanceStatusResponse
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#DescribeInstanceStatusResponse_instanceStatusSet 2013-06-15_.tmp#DescribeInstanceStatusResponse_nextToken
Properties
content complex
Model
Children tns:instanceStatusSet, tns:nextToken
Instance
<tns:DescribeInstanceStatusResponse xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:instanceStatusSet>{1,1}</tns:instanceStatusSet>
  <tns:nextToken>{0,1}</tns:nextToken>
</tns:DescribeInstanceStatusResponse>
Source
<xs:element name="DescribeInstanceStatusResponse">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="tns:instanceStatusSetType" name="instanceStatusSet"/>
      <xs:element type="xs:string" name="nextToken" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeInstanceStatusResponse / tns:instanceStatusSet
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#instanceStatusSetType_item 2013-06-15_.tmp#instanceStatusSetType
Type tns:instanceStatusSetType
Properties
content complex
Model
Children tns:item
Instance
<tns:instanceStatusSet xmlns:tns="http://ec2.amazonaws.com/doc/2013-06-15/">
  <tns:item>{0,unbounded}</tns:item>
</tns:instanceStatusSet>
Source
<xs:element type="tns:instanceStatusSetType" name="instanceStatusSet"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element tns:DescribeInstanceStatusResponse / tns:nextToken
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:string" name="nextToken" minOccurs="0"/>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Complex Type tns:filter
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#filter_name 2013-06-15_.tmp#filter_valueSet
Used by
Model
Children tns:name, tns:valueSet
Source
<xs:complexType name="filter">
  <xs:sequence>
    <xs:element type="xs:string" name="name"/>
    <xs:element name="valueSet">
      <xs:complexType>
        <xs:sequence>
          <xs:element name="item" minOccurs="0" maxOccurs="unbounded">
            <xs:complexType>
              <xs:sequence>
                <xs:element type="xs:string" name="value"/>
              </xs:sequence>
            </xs:complexType>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Complex Type tns:blockDeviceMappingItemType
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#blockDeviceMappingItemType_deviceName 2013-06-15_.tmp#blockDeviceMappingItemType_virtualName 2013-06-15_.tmp#blockDeviceMappingItemType_ebs 2013-06-15_.tmp#blockDeviceMappingItemType_noDevice
Used by
Model
Children tns:deviceName, tns:ebs, tns:noDevice, tns:virtualName
Source
<xs:complexType name="blockDeviceMappingItemType">
  <xs:sequence>
    <xs:element type="xs:string" name="deviceName"/>
    <xs:choice>
      <xs:element type="xs:string" name="virtualName" minOccurs="0"/>
      <xs:element type="tns:ebsDeviceMapping" name="ebs" minOccurs="0"/>
      <xs:element name="noDevice" minOccurs="0"/>
    </xs:choice>
  </xs:sequence>
</xs:complexType>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Complex Type tns:ebsDeviceMapping
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#ebsDeviceMapping_virtualName 2013-06-15_.tmp#ebsDeviceMapping_snapshotId 2013-06-15_.tmp#ebsDeviceMapping_volumeSize 2013-06-15_.tmp#ebsDeviceMapping_deleteOnTermination
Used by
Model
Children tns:deleteOnTermination, tns:snapshotId, tns:virtualName, tns:volumeSize
Source
<xs:complexType name="ebsDeviceMapping">
  <xs:sequence>
    <xs:element type="xs:string" name="virtualName" minOccurs="0"/>
    <xs:element type="xs:string" name="snapshotId" minOccurs="0"/>
    <xs:element type="xs:int" name="volumeSize" minOccurs="0"/>
    <xs:element type="xs:boolean" name="deleteOnTermination" minOccurs="0"/>
  </xs:sequence>
</xs:complexType>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Complex Type tns:cidrIpType
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#cidrIpType_cidrIp
Used by
Model
Children tns:cidrIp
Source
<xs:complexType name="cidrIpType">
  <xs:sequence>
    <xs:element type="xs:string" name="cidrIp"/>
  </xs:sequence>
</xs:complexType>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Complex Type tns:instanceStatusEventsSetType
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#instanceStatusEventsSetType_item
Used by
Model
Children tns:item
Source
<xs:complexType name="instanceStatusEventsSetType">
  <xs:sequence>
    <xs:element type="tns:instanceStatusEventType" name="item" minOccurs="0" maxOccurs="unbounded"/>
  </xs:sequence>
</xs:complexType>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Complex Type tns:instanceStatusEventType
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#instanceStatusEventType_code 2013-06-15_.tmp#instanceStatusEventType_description 2013-06-15_.tmp#instanceStatusEventType_notBefore 2013-06-15_.tmp#instanceStatusEventType_notAfter
Used by
Model
Children tns:code, tns:description, tns:notAfter, tns:notBefore
Source
<xs:complexType name="instanceStatusEventType">
  <xs:sequence>
    <xs:element type="xs:string" name="code"/>
    <xs:element type="xs:string" name="description"/>
    <xs:element type="xs:dateTime" name="notBefore"/>
    <xs:element type="xs:dateTime" name="notAfter" minOccurs="0"/>
  </xs:sequence>
</xs:complexType>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Complex Type tns:bundleTask
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#bundleTask_instanceId 2013-06-15_.tmp#bundleTask_bundleId 2013-06-15_.tmp#bundleTask_state 2013-06-15_.tmp#bundleTask_startTime 2013-06-15_.tmp#bundleTask_updateTime 2013-06-15_.tmp#bundleTask_progress 2013-06-15_.tmp#bundleTask_storage
Used by
Model
Children tns:bundleId, tns:instanceId, tns:progress, tns:startTime, tns:state, tns:storage, tns:updateTime
Source
<xs:complexType name="bundleTask">
  <xs:sequence>
    <xs:element type="xs:string" name="instanceId"/>
    <xs:element type="xs:string" name="bundleId"/>
    <xs:element type="xs:string" name="state"/>
    <xs:element type="xs:dateTime" name="startTime"/>
    <xs:element type="xs:dateTime" name="updateTime"/>
    <xs:element type="xs:string" name="progress"/>
    <xs:element name="storage">
      <xs:complexType>
        <xs:sequence>
          <xs:element name="S3">
            <xs:complexType>
              <xs:sequence>
                <xs:element type="xs:string" name="bucket"/>
                <xs:element type="xs:string" name="prefix"/>
              </xs:sequence>
            </xs:complexType>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Complex Type tns:launchPermissionOperationType
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#launchPermissionOperationType_add 2013-06-15_.tmp#launchPermissionOperationType_remove
Used by
Model
Children tns:add, tns:remove
Source
<xs:complexType name="launchPermissionOperationType">
  <xs:sequence>
    <xs:element name="add" minOccurs="0">
      <xs:complexType>
        <xs:sequence>
          <xs:element type="tns:launchPermissionItemType" name="item" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="remove" minOccurs="0">
      <xs:complexType>
        <xs:sequence>
          <xs:element type="tns:launchPermissionItemType" name="item" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Complex Type tns:launchPermissionItemType
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#launchPermissionItemType_userId 2013-06-15_.tmp#launchPermissionItemType_group
Used by
Model
Children tns:group, tns:userId
Source
<xs:complexType name="launchPermissionItemType">
  <xs:sequence>
    <xs:element type="xs:string" name="userId" minOccurs="0"/>
    <xs:element type="xs:string" name="group" minOccurs="0"/>
  </xs:sequence>
</xs:complexType>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Complex Type tns:eucalyptusMessage
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram
Used by
Model
Source
<xs:complexType name="eucalyptusMessage">
  <xs:sequence/>
</xs:complexType>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Complex Type tns:tagInfo
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#tagInfo_resourceId 2013-06-15_.tmp#tagInfo_resourceType 2013-06-15_.tmp#tagInfo_key 2013-06-15_.tmp#tagInfo_value
Used by
Model
Children tns:key, tns:resourceId, tns:resourceType, tns:value
Source
<xs:complexType name="tagInfo">
  <xs:sequence>
    <xs:element type="xs:string" name="resourceId"/>
    <xs:element type="xs:string" name="resourceType"/>
    <xs:element type="xs:string" name="key"/>
    <xs:element type="xs:string" name="value"/>
  </xs:sequence>
</xs:complexType>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Complex Type tns:volumePermissionType
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#volumePermissionType_userId 2013-06-15_.tmp#volumePermissionType_group
Used by
Model
Children tns:group, tns:userId
Source
<xs:complexType name="volumePermissionType">
  <xs:sequence>
    <xs:element type="xs:string" name="userId" minOccurs="0"/>
    <xs:element type="xs:string" name="group" minOccurs="0"/>
  </xs:sequence>
</xs:complexType>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Complex Type tns:attachedVolume
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#attachedVolume_volumeId 2013-06-15_.tmp#attachedVolume_instanceId 2013-06-15_.tmp#attachedVolume_device 2013-06-15_.tmp#attachedVolume_status 2013-06-15_.tmp#attachedVolume_attachTime 2013-06-15_.tmp#attachedVolume
Used by
Model
Children tns:attachTime, tns:device, tns:instanceId, tns:status, tns:volumeId
Source
<xs:complexType name="attachedVolume">
  <xs:sequence>
    <xs:group ref="tns:attachedVolume"/>
  </xs:sequence>
</xs:complexType>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Complex Type tns:imageDetails
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#imageDetails_imageId 2013-06-15_.tmp#imageDetails_imageLocation 2013-06-15_.tmp#imageDetails_imageState 2013-06-15_.tmp#imageDetails_imageOwnerId 2013-06-15_.tmp#imageDetails_isPublic 2013-06-15_.tmp#imageDetails_productCodes 2013-06-15_.tmp#imageDetails_architecture 2013-06-15_.tmp#imageDetails_imageType 2013-06-15_.tmp#imageDetails_kernelId 2013-06-15_.tmp#imageDetails_ramdiskId 2013-06-15_.tmp#imageDetails_platform 2013-06-15_.tmp#imageDetails_imageOwnerAlias 2013-06-15_.tmp#imageDetails_name 2013-06-15_.tmp#imageDetails_description 2013-06-15_.tmp#imageDetails_rootDeviceType 2013-06-15_.tmp#imageDetails_rootDeviceName 2013-06-15_.tmp#imageDetails_blockDeviceMapping 2013-06-15_.tmp#imageDetails_tagSet
Used by
Model
Children tns:architecture, tns:blockDeviceMapping, tns:description, tns:imageId, tns:imageLocation, tns:imageOwnerAlias, tns:imageOwnerId, tns:imageState, tns:imageType, tns:isPublic, tns:kernelId, tns:name, tns:platform, tns:productCodes, tns:ramdiskId, tns:rootDeviceName, tns:rootDeviceType, tns:tagSet
Source
<xs:complexType name="imageDetails">
  <xs:sequence>
    <xs:element type="xs:string" name="imageId"/>
    <xs:element type="xs:string" name="imageLocation"/>
    <xs:element type="xs:string" name="imageState"/>
    <xs:element type="xs:string" name="imageOwnerId"/>
    <xs:element type="xs:boolean" name="isPublic"/>
    <xs:element name="productCodes">
      <xs:complexType>
        <xs:sequence>
          <xs:element name="item" minOccurs="0" maxOccurs="unbounded">
            <xs:complexType>
              <xs:sequence>
                <xs:element type="xs:string" name="productCode"/>
              </xs:sequence>
            </xs:complexType>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element type="xs:string" name="architecture" minOccurs="0"/>
    <xs:element type="xs:string" name="imageType" minOccurs="0"/>
    <xs:element type="xs:string" name="kernelId" minOccurs="0"/>
    <xs:element type="xs:string" name="ramdiskId" minOccurs="0"/>
    <xs:element type="xs:string" name="platform" minOccurs="0"/>
    <xs:element type="xs:string" name="imageOwnerAlias" minOccurs="0"/>
    <xs:element type="xs:string" name="name" minOccurs="0"/>
    <xs:element type="xs:string" name="description" minOccurs="0"/>
    <xs:element type="xs:string" name="rootDeviceType" minOccurs="0"/>
    <xs:element type="xs:string" name="rootDeviceName" minOccurs="0"/>
    <xs:element name="blockDeviceMapping" minOccurs="0">
      <xs:complexType>
        <xs:sequence>
          <xs:element type="tns:blockDeviceMappingItemType" name="item" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="tagSet" minOccurs="0">
      <xs:complexType>
        <xs:sequence>
          <xs:element type="tns:resourceTag" name="item" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Complex Type tns:resourceTag
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#resourceTag_key 2013-06-15_.tmp#resourceTag_value
Used by
Model
Children tns:key, tns:value
Source
<xs:complexType name="resourceTag">
  <xs:sequence>
    <xs:element type="xs:string" name="key"/>
    <xs:element type="xs:string" name="value"/>
  </xs:sequence>
</xs:complexType>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Complex Type tns:instanceStatusItemType
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#instanceStatusItemType_instanceId 2013-06-15_.tmp#instanceStatusItemType_availabilityZone 2013-06-15_.tmp#instanceStatusItemType_eventsSet 2013-06-15_.tmp#instanceStatusItemType_instanceState 2013-06-15_.tmp#instanceStatusItemType_systemStatus 2013-06-15_.tmp#instanceStatusItemType_instanceStatus
Used by
Model
Children tns:availabilityZone, tns:eventsSet, tns:instanceId, tns:instanceState, tns:instanceStatus, tns:systemStatus
Source
<xs:complexType name="instanceStatusItemType">
  <xs:sequence>
    <xs:element type="xs:string" name="instanceId"/>
    <xs:element type="xs:string" name="availabilityZone"/>
    <xs:element type="tns:instanceStatusEventsSetType" name="eventsSet" minOccurs="0"/>
    <xs:element type="tns:instanceStateType" name="instanceState"/>
    <xs:element type="tns:instanceStatusType" name="systemStatus"/>
    <xs:element type="tns:instanceStatusType" name="instanceStatus"/>
  </xs:sequence>
</xs:complexType>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Complex Type tns:instanceStateType
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#instanceStateType_code 2013-06-15_.tmp#instanceStateType_name
Used by
Model
Children tns:code, tns:name
Source
<xs:complexType name="instanceStateType">
  <xs:sequence>
    <xs:element type="xs:int" name="code"/>
    <xs:element type="xs:string" name="name"/>
  </xs:sequence>
</xs:complexType>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Complex Type tns:instanceStatusType
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#instanceStatusType_status 2013-06-15_.tmp#instanceStatusType_details
Used by
Model
Children tns:details, tns:status
Source
<xs:complexType name="instanceStatusType">
  <xs:sequence>
    <xs:element type="xs:string" name="status"/>
    <xs:element type="tns:instanceStatusDetailsSetType" name="details" minOccurs="0"/>
  </xs:sequence>
</xs:complexType>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Complex Type tns:instanceStatusDetailsSetType
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#instanceStatusDetailsSetType_item
Used by
Model
Children tns:item
Source
<xs:complexType name="instanceStatusDetailsSetType">
  <xs:sequence>
    <xs:element type="tns:instanceStatusDetailsSetItemType" name="item" minOccurs="0" maxOccurs="unbounded"/>
  </xs:sequence>
</xs:complexType>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Complex Type tns:instanceStatusDetailsSetItemType
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#instanceStatusDetailsSetItemType_name 2013-06-15_.tmp#instanceStatusDetailsSetItemType_status 2013-06-15_.tmp#instanceStatusDetailsSetItemType_impairedSince
Used by
Model
Children tns:impairedSince, tns:name, tns:status
Source
<xs:complexType name="instanceStatusDetailsSetItemType">
  <xs:sequence>
    <xs:element type="xs:string" name="name"/>
    <xs:element type="xs:string" name="status"/>
    <xs:element type="xs:dateTime" name="impairedSince" minOccurs="0"/>
  </xs:sequence>
</xs:complexType>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Complex Type tns:describeKeyPairsResponseItemType
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#describeKeyPairsResponseItemType_keyName 2013-06-15_.tmp#describeKeyPairsResponseItemType_keyFingerprint
Used by
Model
Children tns:keyFingerprint, tns:keyName
Source
<xs:complexType name="describeKeyPairsResponseItemType">
  <xs:sequence>
    <xs:element type="xs:string" name="keyName"/>
    <xs:element type="xs:string" name="keyFingerprint"/>
  </xs:sequence>
</xs:complexType>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Complex Type tns:placementGroupInfo
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#placementGroupInfo_groupName 2013-06-15_.tmp#placementGroupInfo_strategy 2013-06-15_.tmp#placementGroupInfo_state
Used by
Model
Children tns:groupName, tns:state, tns:strategy
Source
<xs:complexType name="placementGroupInfo">
  <xs:sequence>
    <xs:element type="xs:string" name="groupName"/>
    <xs:element type="xs:string" name="strategy"/>
    <xs:element type="xs:string" name="state"/>
  </xs:sequence>
</xs:complexType>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Complex Type tns:securityGroupItemType
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#securityGroupItemType_ownerId 2013-06-15_.tmp#securityGroupItemType_groupId 2013-06-15_.tmp#securityGroupItemType_groupName 2013-06-15_.tmp#securityGroupItemType_groupDescription 2013-06-15_.tmp#securityGroupItemType_ipPermissions 2013-06-15_.tmp#securityGroupItemType_tagSet
Used by
Model
Children tns:groupDescription, tns:groupId, tns:groupName, tns:ipPermissions, tns:ownerId, tns:tagSet
Source
<xs:complexType name="securityGroupItemType">
  <xs:sequence>
    <xs:element type="xs:string" name="ownerId"/>
    <xs:element type="xs:string" name="groupId" minOccurs="0"/>
    <xs:element type="xs:string" name="groupName"/>
    <xs:element type="xs:string" name="groupDescription"/>
    <xs:element name="ipPermissions">
      <xs:complexType>
        <xs:sequence>
          <xs:element type="tns:ipPermissionType" name="item" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="tagSet" minOccurs="0">
      <xs:complexType>
        <xs:sequence>
          <xs:element type="tns:resourceTag" name="item" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Complex Type tns:ipPermissionType
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#ipPermissionType_ipProtocol 2013-06-15_.tmp#ipPermissionType_fromPort 2013-06-15_.tmp#ipPermissionType_toPort 2013-06-15_.tmp#ipPermissionType_groups 2013-06-15_.tmp#ipPermissionType_ipRanges
Used by
Model
Children tns:fromPort, tns:groups, tns:ipProtocol, tns:ipRanges, tns:toPort
Source
<xs:complexType name="ipPermissionType">
  <xs:sequence>
    <xs:element type="xs:string" name="ipProtocol"/>
    <xs:element type="xs:int" name="fromPort"/>
    <xs:element type="xs:int" name="toPort"/>
    <xs:element name="groups">
      <xs:complexType>
        <xs:sequence>
          <xs:element type="tns:userIdGroupPairType" name="item" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="ipRanges">
      <xs:complexType>
        <xs:sequence>
          <xs:element type="tns:cidrIpType" name="item" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Complex Type tns:userIdGroupPairType
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#userIdGroupPairType_userId 2013-06-15_.tmp#userIdGroupPairType_groupName 2013-06-15_.tmp#userIdGroupPairType_groupId
Used by
Model
Children tns:groupId, tns:groupName, tns:userId
Source
<xs:complexType name="userIdGroupPairType">
  <xs:sequence>
    <xs:element type="xs:string" name="userId" minOccurs="0"/>
    <xs:element type="xs:string" name="groupName" minOccurs="0"/>
    <xs:element type="xs:string" name="groupId" minOccurs="0"/>
  </xs:sequence>
</xs:complexType>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Complex Type tns:addressInfoType
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#addressInfoType_publicIp 2013-06-15_.tmp#addressInfoType_instanceId
Used by
Model
Children tns:instanceId, tns:publicIp
Source
<xs:complexType name="addressInfoType">
  <xs:sequence>
    <xs:element type="xs:string" name="publicIp"/>
    <xs:element type="xs:string" name="instanceId" minOccurs="0"/>
  </xs:sequence>
</xs:complexType>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Complex Type tns:deleteResourceTag
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#deleteResourceTag_key 2013-06-15_.tmp#deleteResourceTag_value
Used by
Model
Children tns:key, tns:value
Source
<xs:complexType name="deleteResourceTag">
  <xs:sequence>
    <xs:element type="xs:string" name="key" minOccurs="0"/>
    <xs:element type="xs:string" name="value" minOccurs="0"/>
  </xs:sequence>
</xs:complexType>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Complex Type tns:snapshot
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#snapshot_snapshotId 2013-06-15_.tmp#snapshot_volumeId 2013-06-15_.tmp#snapshot_status 2013-06-15_.tmp#snapshot_startTime 2013-06-15_.tmp#snapshot_progress 2013-06-15_.tmp#snapshot_ownerId 2013-06-15_.tmp#snapshot_volumeSize 2013-06-15_.tmp#snapshot_description 2013-06-15_.tmp#snapshot_tagSet 2013-06-15_.tmp#snapshot
Used by
Model
Children tns:description, tns:ownerId, tns:progress, tns:snapshotId, tns:startTime, tns:status, tns:tagSet, tns:volumeId, tns:volumeSize
Source
<xs:complexType name="snapshot">
  <xs:sequence>
    <xs:group ref="tns:snapshot"/>
  </xs:sequence>
</xs:complexType>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Complex Type tns:terminateInstancesItemType
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#terminateInstancesItemType_instanceId 2013-06-15_.tmp#terminateInstancesItemType_currentState 2013-06-15_.tmp#terminateInstancesItemType_previousState
Used by
Model
Children tns:currentState, tns:instanceId, tns:previousState
Source
<xs:complexType name="terminateInstancesItemType">
  <xs:sequence>
    <xs:element type="xs:string" name="instanceId"/>
    <xs:element name="currentState">
      <xs:complexType>
        <xs:sequence>
          <xs:element type="xs:string" name="code"/>
          <xs:element type="xs:string" name="name"/>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="previousState">
      <xs:complexType>
        <xs:sequence>
          <xs:element type="xs:string" name="code"/>
          <xs:element type="xs:string" name="name"/>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Complex Type tns:groupItemType
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#groupItemType_groupId 2013-06-15_.tmp#groupItemType_groupName
Used by
Model
Children tns:groupId, tns:groupName
Source
<xs:complexType name="groupItemType">
  <xs:sequence>
    <xs:element type="xs:string" name="groupId" minOccurs="0"/>
    <xs:element type="xs:string" name="groupName" minOccurs="0"/>
  </xs:sequence>
</xs:complexType>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Complex Type tns:volume
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#http___ec2.amazonaws.com_doc_2013-06-15__volume_volumeId 2013-06-15_.tmp#http___ec2.amazonaws.com_doc_2013-06-15__volume_size 2013-06-15_.tmp#http___ec2.amazonaws.com_doc_2013-06-15__volume_snapshotId 2013-06-15_.tmp#http___ec2.amazonaws.com_doc_2013-06-15__volume_availabilityZone 2013-06-15_.tmp#http___ec2.amazonaws.com_doc_2013-06-15__volume_status 2013-06-15_.tmp#http___ec2.amazonaws.com_doc_2013-06-15__volume_createTime 2013-06-15_.tmp#http___ec2.amazonaws.com_doc_2013-06-15__volume_attachmentSet 2013-06-15_.tmp#http___ec2.amazonaws.com_doc_2013-06-15__volume_tagSet 2013-06-15_.tmp#http___ec2.amazonaws.com_doc_2013-06-15__volume
Used by
Model
Children tns:attachmentSet, tns:availabilityZone, tns:createTime, tns:size, tns:snapshotId, tns:status, tns:tagSet, tns:volumeId
Source
<xs:complexType name="volume">
  <xs:sequence>
    <xs:group ref="tns:volume"/>
  </xs:sequence>
</xs:complexType>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Complex Type tns:clusterInfoType
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#clusterInfoType_zoneName 2013-06-15_.tmp#clusterInfoType_zoneState 2013-06-15_.tmp#clusterInfoType_regionName 2013-06-15_.tmp#clusterInfoType_messageSet
Used by
Model
Children tns:messageSet, tns:regionName, tns:zoneName, tns:zoneState
Source
<xs:complexType name="clusterInfoType">
  <xs:sequence>
    <xs:element type="xs:string" name="zoneName"/>
    <xs:element type="xs:string" name="zoneState"/>
    <xs:element type="xs:string" name="regionName"/>
    <xs:element name="messageSet">
      <xs:complexType>
        <xs:sequence>
          <xs:element name="item" minOccurs="0" maxOccurs="unbounded">
            <xs:complexType>
              <xs:sequence>
                <xs:element type="xs:string" name="message"/>
              </xs:sequence>
            </xs:complexType>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Complex Type tns:runningInstancesItemType
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#runningInstancesItemType_instanceId 2013-06-15_.tmp#runningInstancesItemType_imageId 2013-06-15_.tmp#runningInstancesItemType_instanceState 2013-06-15_.tmp#runningInstancesItemType_privateDnsName 2013-06-15_.tmp#runningInstancesItemType_dnsName 2013-06-15_.tmp#runningInstancesItemType_reason 2013-06-15_.tmp#runningInstancesItemType_keyName 2013-06-15_.tmp#runningInstancesItemType_amiLaunchIndex 2013-06-15_.tmp#runningInstancesItemType_productCodes 2013-06-15_.tmp#runningInstancesItemType_instanceType 2013-06-15_.tmp#runningInstancesItemType_launchTime 2013-06-15_.tmp#runningInstancesItemType_placement 2013-06-15_.tmp#runningInstancesItemType_kernelId 2013-06-15_.tmp#runningInstancesItemType_ramdiskId 2013-06-15_.tmp#runningInstancesItemType_monitoring 2013-06-15_.tmp#runningInstancesItemType_privateIpAddress 2013-06-15_.tmp#runningInstancesItemType_ipAddress 2013-06-15_.tmp#runningInstancesItemType_rootDeviceType 2013-06-15_.tmp#runningInstancesItemType_rootDeviceName 2013-06-15_.tmp#runningInstancesItemType_blockDeviceMapping 2013-06-15_.tmp#runningInstancesItemType_clientToken 2013-06-15_.tmp#runningInstancesItemType_tagSet 2013-06-15_.tmp#runningInstancesItemType_iamInstanceProfile
Used by
Model
Children tns:amiLaunchIndex, tns:blockDeviceMapping, tns:clientToken, tns:dnsName, tns:iamInstanceProfile, tns:imageId, tns:instanceId, tns:instanceState, tns:instanceType, tns:ipAddress, tns:kernelId, tns:keyName, tns:launchTime, tns:monitoring, tns:placement, tns:privateDnsName, tns:privateIpAddress, tns:productCodes, tns:ramdiskId, tns:reason, tns:rootDeviceName, tns:rootDeviceType, tns:tagSet
Source
<xs:complexType name="runningInstancesItemType">
  <xs:sequence>
    <xs:element type="xs:string" name="instanceId"/>
    <xs:element type="xs:string" name="imageId"/>
    <xs:element name="instanceState">
      <xs:complexType>
        <xs:sequence>
          <xs:element type="xs:string" name="code"/>
          <xs:element type="xs:string" name="name"/>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element type="xs:string" name="privateDnsName"/>
    <xs:element type="xs:string" name="dnsName"/>
    <xs:element type="xs:string" name="reason" minOccurs="0"/>
    <xs:element type="xs:string" name="keyName" minOccurs="0"/>
    <xs:element type="xs:string" name="amiLaunchIndex" minOccurs="0"/>
    <xs:element name="productCodes" minOccurs="0">
      <xs:complexType>
        <xs:sequence>
          <xs:element name="item" minOccurs="0" maxOccurs="unbounded">
            <xs:complexType>
              <xs:sequence>
                <xs:element type="xs:string" name="productCode"/>
              </xs:sequence>
            </xs:complexType>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element type="xs:string" name="instanceType" minOccurs="0"/>
    <xs:element type="xs:dateTime" name="launchTime" minOccurs="0"/>
    <xs:element name="placement">
      <xs:complexType>
        <xs:sequence>
          <xs:element type="xs:string" name="availabilityZone"/>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element type="xs:string" name="kernelId" minOccurs="0"/>
    <xs:element type="xs:string" name="ramdiskId" minOccurs="0"/>
    <xs:element name="monitoring" minOccurs="0">
      <xs:complexType>
        <xs:sequence>
          <xs:element type="xs:string" name="state"/>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element type="xs:string" name="privateIpAddress"/>
    <xs:element type="xs:string" name="ipAddress"/>
    <xs:element type="xs:string" name="rootDeviceType"/>
    <xs:element type="xs:string" name="rootDeviceName"/>
    <xs:element name="blockDeviceMapping">
      <xs:complexType>
        <xs:sequence>
          <xs:element type="tns:instanceBlockDeviceMapping" name="item" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element type="xs:string" name="clientToken" minOccurs="0"/>
    <xs:element name="tagSet" minOccurs="0">
      <xs:complexType>
        <xs:sequence>
          <xs:element type="tns:resourceTag" name="item" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element type="tns:iamInstanceProfile" name="iamInstanceProfile"/>
  </xs:sequence>
</xs:complexType>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Complex Type tns:instanceBlockDeviceMapping
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#instanceBlockDeviceMapping_deviceName 2013-06-15_.tmp#instanceBlockDeviceMapping_ebs
Used by
Model
Children tns:deviceName, tns:ebs
Source
<xs:complexType name="instanceBlockDeviceMapping">
  <xs:sequence>
    <xs:element type="xs:string" name="deviceName"/>
    <xs:element type="tns:ebsInstanceBlockDeviceMapping" name="ebs" minOccurs="0"/>
  </xs:sequence>
</xs:complexType>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Complex Type tns:ebsInstanceBlockDeviceMapping
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#ebsInstanceBlockDeviceMapping_volumeId 2013-06-15_.tmp#ebsInstanceBlockDeviceMapping_status 2013-06-15_.tmp#ebsInstanceBlockDeviceMapping_attachTime 2013-06-15_.tmp#ebsInstanceBlockDeviceMapping_deleteOnTermination
Used by
Model
Children tns:attachTime, tns:deleteOnTermination, tns:status, tns:volumeId
Source
<xs:complexType name="ebsInstanceBlockDeviceMapping">
  <xs:sequence>
    <xs:element type="xs:string" name="volumeId"/>
    <xs:element type="xs:string" name="status"/>
    <xs:element type="xs:dateTime" name="attachTime"/>
    <xs:element type="xs:boolean" name="deleteOnTermination"/>
  </xs:sequence>
</xs:complexType>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Complex Type tns:iamInstanceProfile
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#iamInstanceProfile_arn 2013-06-15_.tmp#iamInstanceProfile_id
Used by
Model
Children tns:arn, tns:id
Source
<xs:complexType name="iamInstanceProfile">
  <xs:sequence>
    <xs:element type="xs:string" name="arn" minOccurs="0"/>
    <xs:element type="xs:string" name="id" minOccurs="0"/>
  </xs:sequence>
</xs:complexType>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Complex Type tns:reservationInfoType
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#http___ec2.amazonaws.com_doc_2013-06-15__reservationInfoType_reservationId 2013-06-15_.tmp#http___ec2.amazonaws.com_doc_2013-06-15__reservationInfoType_ownerId 2013-06-15_.tmp#http___ec2.amazonaws.com_doc_2013-06-15__reservationInfoType_groupSet 2013-06-15_.tmp#http___ec2.amazonaws.com_doc_2013-06-15__reservationInfoType_instancesSet 2013-06-15_.tmp#http___ec2.amazonaws.com_doc_2013-06-15__reservationInfoType
Used by
Model
Children tns:groupSet, tns:instancesSet, tns:ownerId, tns:reservationId
Source
<xs:complexType name="reservationInfoType">
  <xs:sequence>
    <xs:group ref="tns:reservationInfoType"/>
  </xs:sequence>
</xs:complexType>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Complex Type tns:monitorInstanceState
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#monitorInstanceState_instanceId 2013-06-15_.tmp#monitorInstanceState_monitoring
Used by
Model
Children tns:instanceId, tns:monitoring
Source
<xs:complexType name="monitorInstanceState">
  <xs:sequence>
    <xs:element type="xs:string" name="instanceId"/>
    <xs:element name="monitoring">
      <xs:complexType>
        <xs:sequence>
          <xs:element type="xs:string" name="state"/>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Complex Type tns:regionInfoType
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#regionInfoType_regionName 2013-06-15_.tmp#regionInfoType_regionEndpoint
Used by
Model
Children tns:regionEndpoint, tns:regionName
Source
<xs:complexType name="regionInfoType">
  <xs:sequence>
    <xs:element type="xs:string" name="regionName"/>
    <xs:element type="xs:string" name="regionEndpoint"/>
  </xs:sequence>
</xs:complexType>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Complex Type tns:instanceStatusSetType
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#instanceStatusSetType_item
Used by
Model
Children tns:item
Source
<xs:complexType name="instanceStatusSetType">
  <xs:sequence>
    <xs:element type="tns:instanceStatusItemType" name="item" minOccurs="0" maxOccurs="unbounded"/>
  </xs:sequence>
</xs:complexType>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element Group tns:attachedVolume
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#attachedVolume_volumeId 2013-06-15_.tmp#attachedVolume_instanceId 2013-06-15_.tmp#attachedVolume_device 2013-06-15_.tmp#attachedVolume_status 2013-06-15_.tmp#attachedVolume_attachTime
Used by
Model
Children tns:attachTime, tns:device, tns:instanceId, tns:status, tns:volumeId
Source
<xs:group name="attachedVolume">
  <xs:sequence>
    <xs:element type="xs:string" name="volumeId"/>
    <xs:element type="xs:string" name="instanceId"/>
    <xs:element type="xs:string" name="device"/>
    <xs:element type="xs:string" name="status"/>
    <xs:element type="xs:dateTime" name="attachTime"/>
  </xs:sequence>
</xs:group>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element Group tns:snapshot
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#snapshot_snapshotId 2013-06-15_.tmp#snapshot_volumeId 2013-06-15_.tmp#snapshot_status 2013-06-15_.tmp#snapshot_startTime 2013-06-15_.tmp#snapshot_progress 2013-06-15_.tmp#snapshot_ownerId 2013-06-15_.tmp#snapshot_volumeSize 2013-06-15_.tmp#snapshot_description 2013-06-15_.tmp#snapshot_tagSet
Used by
Model
Children tns:description, tns:ownerId, tns:progress, tns:snapshotId, tns:startTime, tns:status, tns:tagSet, tns:volumeId, tns:volumeSize
Source
<xs:group name="snapshot">
  <xs:sequence>
    <xs:element type="xs:string" name="snapshotId"/>
    <xs:element type="xs:string" name="volumeId"/>
    <xs:element type="xs:string" name="status"/>
    <xs:element type="xs:dateTime" name="startTime"/>
    <xs:element type="xs:string" name="progress"/>
    <xs:element type="xs:string" name="ownerId"/>
    <xs:element type="xs:string" name="volumeSize"/>
    <xs:element type="xs:string" name="description" minOccurs="0"/>
    <xs:element name="tagSet" minOccurs="0">
      <xs:complexType>
        <xs:sequence>
          <xs:element type="tns:resourceTag" name="item" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:group>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element Group tns:volume
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#http___ec2.amazonaws.com_doc_2013-06-15__volume_volumeId 2013-06-15_.tmp#http___ec2.amazonaws.com_doc_2013-06-15__volume_size 2013-06-15_.tmp#http___ec2.amazonaws.com_doc_2013-06-15__volume_snapshotId 2013-06-15_.tmp#http___ec2.amazonaws.com_doc_2013-06-15__volume_availabilityZone 2013-06-15_.tmp#http___ec2.amazonaws.com_doc_2013-06-15__volume_status 2013-06-15_.tmp#http___ec2.amazonaws.com_doc_2013-06-15__volume_createTime 2013-06-15_.tmp#http___ec2.amazonaws.com_doc_2013-06-15__volume_attachmentSet 2013-06-15_.tmp#http___ec2.amazonaws.com_doc_2013-06-15__volume_tagSet
Used by
Complex Type tns:volume
Element tns:CreateVolumeResponse
Model
Children tns:attachmentSet, tns:availabilityZone, tns:createTime, tns:size, tns:snapshotId, tns:status, tns:tagSet, tns:volumeId
Source
<xs:group name="volume">
  <xs:sequence>
    <xs:element type="xs:string" name="volumeId"/>
    <xs:element type="xs:string" name="size" minOccurs="0"/>
    <xs:element type="xs:string" name="snapshotId" minOccurs="0"/>
    <xs:element type="xs:string" name="availabilityZone"/>
    <xs:element type="xs:string" name="status"/>
    <xs:element type="xs:dateTime" name="createTime"/>
    <xs:element name="attachmentSet">
      <xs:complexType>
        <xs:sequence>
          <xs:element type="tns:attachedVolume" name="item" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="tagSet" minOccurs="0">
      <xs:complexType>
        <xs:sequence>
          <xs:element type="tns:resourceTag" name="item" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:group>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd
Element Group tns:reservationInfoType
Namespace http://ec2.amazonaws.com/doc/2013-06-15/
Diagram
Diagram 2013-06-15_.tmp#http___ec2.amazonaws.com_doc_2013-06-15__reservationInfoType_reservationId 2013-06-15_.tmp#http___ec2.amazonaws.com_doc_2013-06-15__reservationInfoType_ownerId 2013-06-15_.tmp#http___ec2.amazonaws.com_doc_2013-06-15__reservationInfoType_groupSet 2013-06-15_.tmp#http___ec2.amazonaws.com_doc_2013-06-15__reservationInfoType_instancesSet
Used by
Model
Children tns:groupSet, tns:instancesSet, tns:ownerId, tns:reservationId
Source
<xs:group name="reservationInfoType">
  <xs:sequence>
    <xs:element type="xs:string" name="reservationId"/>
    <xs:element type="xs:string" name="ownerId"/>
    <xs:element name="groupSet">
      <xs:complexType>
        <xs:sequence>
          <xs:element type="tns:groupItemType" name="item" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="instancesSet">
      <xs:complexType>
        <xs:sequence>
          <xs:element type="tns:runningInstancesItemType" name="item" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:group>
Schema location file:/Users/scot-macbook15/Documents/work/schemas/aws-apis/ec2-2013-06-15.xsd